diff mbox series

[U-Boot] arm: zynq: Enable CONFIG_REMAKE_ELF

Message ID 4f0e1b6d3d225e7e7a8f9a30ab824b58b0c24571.1548157552.git.michal.simek@xilinx.com
State Accepted
Commit e2321f0b3c7832616def7b27e10032951e005307
Delegated to: Michal Simek
Headers show
Series [U-Boot] arm: zynq: Enable CONFIG_REMAKE_ELF | expand

Commit Message

Michal Simek Jan. 22, 2019, 11:45 a.m. UTC
From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

This patch enables CONFIG_REMAKE_ELF for Zynq platform
so that it generates u-boot.elf from binary which works
for all Zynq boards with OF_SEPARATE option enabled.

Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 include/configs/zynq-common.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h
index 8c9768b6571e..884f3cf01c8e 100644
--- a/include/configs/zynq-common.h
+++ b/include/configs/zynq-common.h
@@ -14,6 +14,8 @@ 
 # define CONFIG_CPU_FREQ_HZ	800000000
 #endif
 
+#define CONFIG_REMAKE_ELF
+
 /* Cache options */
 #define CONFIG_SYS_L2CACHE_OFF
 #ifndef CONFIG_SYS_L2CACHE_OFF