From: Michal Simek Date: Mon, 14 Sep 2020 14:27:56 +0000 (+0200) Subject: xilinx: r5: Disable EFI loader X-Git-Tag: v2025.01-rc5-pxa1908~2192^2~11^2~5 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-favicon.png?a=commitdiff_plain;h=b76907ef906b944d2e531e1e6fb469c10710881d;p=u-boot.git xilinx: r5: Disable EFI loader Xilinx ZynqMP R5 configuration is quite minimal and there is no reason to enable EFI for it. Signed-off-by: Michal Simek --- diff --git a/configs/xilinx_zynqmp_r5_defconfig b/configs/xilinx_zynqmp_r5_defconfig index 713418e611..1c6fc73a4d 100644 --- a/configs/xilinx_zynqmp_r5_defconfig +++ b/configs/xilinx_zynqmp_r5_defconfig @@ -18,3 +18,4 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ZYNQ_SERIAL=y CONFIG_TIMER=y CONFIG_CADENCE_TTC_TIMER=y +# CONFIG_EFI_LOADER is not set