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_xm010_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/zynq_zc770_xm010_defconfig') diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig index f1fc283036..52511a759a 100644 --- a/configs/zynq_zc770_xm010_defconfig +++ b/configs/zynq_zc770_xm010_defconfig @@ -11,4 +11,5 @@ CONFIG_SYS_EXTRA_OPTIONS="ZC770_XM010" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_EMBED=y CONFIG_SPI_FLASH=y -- cgit v1.2.3