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_zc70x_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/zynq_zc70x_defconfig') diff --git a/configs/zynq_zc70x_defconfig b/configs/zynq_zc70x_defconfig index 525c538..abb02b1 100644 --- a/configs/zynq_zc70x_defconfig +++ b/configs/zynq_zc70x_defconfig @@ -10,3 +10,4 @@ CONFIG_FIT_SIGNATURE=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_EMBED=y -- cgit v1.1