mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 13:44:29 +08:00
98b532b420
Use embedded DTB to let users use u-boot instead of u-boot-dtb.bin. And fix SPL to use this target. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
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
|
|
CONFIG_OF_EMBED=y
|