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:
20
u-boot/arch/arm/mach-zynq/Kconfig
Normal file
20
u-boot/arch/arm/mach-zynq/Kconfig
Normal file
@@ -0,0 +1,20 @@
|
||||
if ARCH_ZYNQ
|
||||
|
||||
config SYS_BOARD
|
||||
default "zynq"
|
||||
|
||||
config SYS_VENDOR
|
||||
default "xilinx"
|
||||
|
||||
config SYS_SOC
|
||||
default "zynq"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string "Board configuration name"
|
||||
default "zynq-common"
|
||||
help
|
||||
This option contains information about board configuration name.
|
||||
Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
|
||||
will be used for board configuration.
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user