From 98b532b42079a7ffd617ce0330d6778288b7c535 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 3 Aug 2015 14:21:25 +0200 Subject: zynq: Make CONFIG_OF_EMBED default case 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 --- configs/zynq_zc770_xm013_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/zynq_zc770_xm013_defconfig') diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig index 211a41d91a..8f10d325a5 100644 --- a/configs/zynq_zc770_xm013_defconfig +++ b/configs/zynq_zc770_xm013_defconfig @@ -11,3 +11,4 @@ CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM013" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_EMBED=y -- cgit v1.2.1