diff options
| author | Alif Zakuan Yuslaimi <[email protected]> | 2025-12-03 18:08:10 -0800 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-12-17 18:50:31 +0800 |
| commit | 26eb2cda3995b6ce1553e6c1df93afa146e08c2f (patch) | |
| tree | 0456538483aac356f829f54f8662fef9bc933005 | |
| parent | ed7725c25e43cbb288cfc35080334db7728e358a (diff) | |
configs: arria10: Disable mkeficapsule tool build
mkeficapsule tool will be built by default if EFI_LOADER is set due to
commit b7a625b1ce49 ("tools: Build mkeficapsule tool by default if
EFI_LOADER is set").
This will cause compilation error on all our SoCFPGA devices, hence we will
be disabling this config as we do not utilize this tool.
Signed-off-by: Alif Zakuan Yuslaimi <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
| -rw-r--r-- | configs/socfpga_arria10_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index 76fdc0aa4a6..b32f40ae408 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -68,3 +68,4 @@ CONFIG_DESIGNWARE_APB_TIMER=y CONFIG_USB=y CONFIG_USB_DWC2=y # CONFIG_SPL_WDT is not set +# CONFIG_TOOLS_MKEFICAPSULE is not set |
