summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-08-03 14:21:25 +0200
committerMichal Simek <michal.simek@xilinx.com>2015-08-19 11:27:48 +0200
commit98b532b42079a7ffd617ce0330d6778288b7c535 (patch)
tree6239949c748e7695dfeb57b31d4350a852d82d60 /include
parent16fa00a71147de0fb87062f912478a0551d148d3 (diff)
downloadblackbird-obmc-uboot-98b532b42079a7ffd617ce0330d6778288b7c535.tar.gz
blackbird-obmc-uboot-98b532b42079a7ffd617ce0330d6778288b7c535.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index cc72c8689a..e7ab50ad24 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 */
OpenPOWER on IntegriCloud