commit | 98b532b42079a7ffd617ce0330d6778288b7c535 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Mon Aug 03 14:21:25 2015 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Wed Aug 19 11:27:48 2015 +0200 |
tree | 6239949c748e7695dfeb57b31d4350a852d82d60 | |
parent | 16fa00a71147de0fb87062f912478a0551d148d3 [diff] [blame] |
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 <michal.simek@xilinx.com>
diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig index f3c63f9..44885a1 100644 --- a/configs/zynq_zed_defconfig +++ b/configs/zynq_zed_defconfig
@@ -10,3 +10,4 @@ # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_EMBED=y