From: Lukasz Majewski Date: Tue, 9 Jul 2019 14:04:06 +0000 (+0200) Subject: config: imx53: Disable support for EFI on HSC|DDC boards X-Git-Tag: v2019.10-rc1~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b19e35b5c6d6bcdfc69530af1e160cd1fa37c0;p=pandora-u-boot.git config: imx53: Disable support for EFI on HSC|DDC boards This patch disables support for running EFI applications on HSC|DDC boards. As a result - considerable size reduction (~14%) has been observed (for for u-boot-dtb.imx 475KiB to 407KiB). Signed-off-by: Lukasz Majewski --- diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index 86d672784c9..ea6f8f6d313 100644 --- a/configs/kp_imx53_defconfig +++ b/configs/kp_imx53_defconfig @@ -47,3 +47,5 @@ CONFIG_MXC_UART=y CONFIG_USB=y CONFIG_USB_EHCI_MX5=y CONFIG_USB_STORAGE=y +CONFIG_HEXDUMP=y +# CONFIG_EFI_LOADER is not set