avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
31
u-boot/arch/arm/cpu/armv7/omap5/Kconfig
Normal file
31
u-boot/arch/arm/cpu/armv7/omap5/Kconfig
Normal file
@@ -0,0 +1,31 @@
|
||||
if OMAP54XX
|
||||
|
||||
choice
|
||||
prompt "OMAP5 board select"
|
||||
optional
|
||||
|
||||
config TARGET_CM_T54
|
||||
bool "CompuLab CM-T54"
|
||||
|
||||
config TARGET_OMAP5_UEVM
|
||||
bool "TI OMAP5 uEVM board"
|
||||
|
||||
config TARGET_DRA7XX_EVM
|
||||
bool "TI DRA7XX"
|
||||
select TI_I2C_BOARD_DETECT
|
||||
|
||||
config TARGET_AM57XX_EVM
|
||||
bool "AM57XX"
|
||||
select TI_I2C_BOARD_DETECT
|
||||
|
||||
endchoice
|
||||
|
||||
config SYS_SOC
|
||||
default "omap5"
|
||||
|
||||
source "board/compulab/cm_t54/Kconfig"
|
||||
source "board/ti/omap5_uevm/Kconfig"
|
||||
source "board/ti/dra7xx/Kconfig"
|
||||
source "board/ti/am57xx/Kconfig"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user