diff options
author | Michal Simek | 2015-08-03 14:21:25 +0200 |
---|---|---|
committer | Michal Simek | 2015-08-19 11:27:48 +0200 |
commit | 98b532b42079a7ffd617ce0330d6778288b7c535 (patch) | |
tree | 6239949c748e7695dfeb57b31d4350a852d82d60 /configs/zynq_zc770_xm013_defconfig | |
parent | 16fa00a71147de0fb87062f912478a0551d148d3 (diff) |
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>
Diffstat (limited to 'configs/zynq_zc770_xm013_defconfig')
-rw-r--r-- | configs/zynq_zc770_xm013_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig index 211a41d91a5..8f10d325a50 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 |