diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-08-03 14:21:25 +0200 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2015-08-19 11:27:48 +0200 |
commit | 98b532b42079a7ffd617ce0330d6778288b7c535 (patch) | |
tree | 6239949c748e7695dfeb57b31d4350a852d82d60 /include | |
parent | 16fa00a71147de0fb87062f912478a0551d148d3 (diff) | |
download | u-boot-imx-98b532b42079a7ffd617ce0330d6778288b7c535.zip u-boot-imx-98b532b42079a7ffd617ce0330d6778288b7c535.tar.gz u-boot-imx-98b532b42079a7ffd617ce0330d6778288b7c535.tar.bz2 |
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 'include')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index cc72c86..e7ab50a 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -319,7 +319,7 @@ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SPL_LIBDISK_SUPPORT #define CONFIG_SPL_FAT_SUPPORT -#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot-dtb.img" +#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #endif /* Disable dcache for SPL just for sure */ |