From: Siva Durga Prasad Paladugu Date: Tue, 22 Jan 2019 09:04:12 +0000 (+0530) Subject: arm: zynq: Enable CONFIG_REMAKE_ELF X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d77706cfe2014fefe4779a239565610c3d0a2a89;p=thirdparty%2Fu-boot.git arm: zynq: Enable CONFIG_REMAKE_ELF 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 Signed-off-by: Michal Simek --- diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 620b63bd993..c3c4b508bea 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