mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
d065cfd9fd
This commit moves: - CONFIG_OF_CONTROL - SPL_DISABLE_OF_CONTROL from zynq_*_defconfig files into arch/arm/Kconfig "config ARCH_ZYNQ" Signed-off-by: Jagan Teki <jteki@openedev.com> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
11 lines
279 B
Text
11 lines
279 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_ZYNQ=y
|
|
CONFIG_TARGET_ZYNQ_ZC770=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm012"
|
|
# CONFIG_SYS_MALLOC_F is not set
|
|
CONFIG_SPL=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_FIT_SIGNATURE=y
|
|
CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM012"
|
|
# CONFIG_CMD_SETEXPR is not set
|