mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
ff560a1305
One disadvantage of commit a26cd04920
(arch: Make board selection
choices optional) is that Kconfig could create such an insane
.config file that no board is selected.
Rip off the "optional" again in favor of ZC702 as the default
target.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
11 lines
266 B
Text
11 lines
266 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQ=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynq-zc702"
|
|
# CONFIG_SYS_MALLOC_F is not set
|
|
CONFIG_SPL=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
# CONFIG_CMD_IMLS is not set
|
|
# CONFIG_CMD_FLASH is not set
|
|
# CONFIG_CMD_SETEXPR is not set
|