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:
18
u-boot/board/toradex/colibri_vf/Kconfig
Normal file
18
u-boot/board/toradex/colibri_vf/Kconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
if TARGET_COLIBRI_VF
|
||||
|
||||
config SYS_CPU
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
default "colibri_vf"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "toradex"
|
||||
|
||||
config SYS_SOC
|
||||
default "vf610"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
default "colibri_vf"
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user