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:
38
u-boot/board/keymile/km83xx/Kconfig
Normal file
38
u-boot/board/keymile/km83xx/Kconfig
Normal file
@@ -0,0 +1,38 @@
|
||||
if TARGET_KM8360
|
||||
|
||||
config SYS_BOARD
|
||||
default "km83xx"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "keymile"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "km8360"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_SUVD3
|
||||
|
||||
config SYS_BOARD
|
||||
default "km83xx"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "keymile"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "suvd3"
|
||||
|
||||
endif
|
||||
|
||||
if TARGET_TUXX1
|
||||
|
||||
config SYS_BOARD
|
||||
default "km83xx"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "keymile"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "tuxx1"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user