[PATCH 1/1] xilinx: disable Unicode capitalization

Heinrich Schuchardt xypron.glpk at gmx.de
Sun May 16 11:17:31 CEST 2021


Save some KiB when building  xilinx_versal_virt_defconfig by disabling
Unicode capitalization support. This avoids build failures when adding new
features for the UEFI sub-system.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
It would be preferable to have a size check for the u-boot binary.
This would avoid seeing problems only during execution.
---
 configs/xilinx_versal_virt_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 707693713a..8bc2ff4a4c 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -111,3 +111,4 @@ CONFIG_USB_GADGET_PRODUCT_NUM=0x0300
 CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_USB_FUNCTION_THOR=y
 CONFIG_OF_LIBFDT_OVERLAY=y
+# CONFIG_EFI_UNICODE_CAPITALIZATION is not set
--
2.30.2



More information about the U-Boot mailing list