diff options
author | Venkatesh Yadav Abbarapu | 2022-11-25 14:16:39 +0530 |
---|---|---|
committer | Michal Simek | 2022-12-05 08:55:54 +0100 |
commit | 31e66aea373cfa98f151a44be7b4cd7b13f98b41 (patch) | |
tree | 13027dddcbde6d6dc2778ca57588337c302622d7 /configs/xilinx_versal_mini_ospi_defconfig | |
parent | a5e770b21ccc4d3ffc5cf50cab481cb0e35ee6ce (diff) |
arm64: versal: Enable REMAKE_ELF for mini_ospi/mini_qspi
Enable the config REMAKE_ELF in xilinx_versal_mini_ospi_defconfig
and xilinx_versal_mini_qspi_defconfig which generates u-boot.elf.
This commit a8c281d4b737("Convert CONFIG_REMAKE_ELF to Kconfig")
misses to enable this config in these defconfigs.
Signed-off-by: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@amd.com>
Link: https://lore.kernel.org/r/20221125084639.23835-1-venkatesh.abbarapu@amd.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'configs/xilinx_versal_mini_ospi_defconfig')
-rw-r--r-- | configs/xilinx_versal_mini_ospi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/xilinx_versal_mini_ospi_defconfig b/configs/xilinx_versal_mini_ospi_defconfig index 2c4e21028df..abcd20ba857 100644 --- a/configs/xilinx_versal_mini_ospi_defconfig +++ b/configs/xilinx_versal_mini_ospi_defconfig @@ -17,6 +17,7 @@ CONFIG_SYS_LOAD_ADDR=0x8000000 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xFFFE0000 # CONFIG_EXPERT is not set +CONFIG_REMAKE_ELF=y # CONFIG_AUTOBOOT is not set CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_CPUINFO is not set |