diff mbox series

[U-Boot] config: imx53: Disable support for EFI on HSC|DDC boards

Message ID 20190709140406.15440-1-lukma@denx.de
State Accepted
Commit 07b19e35b5c6d6bcdfc69530af1e160cd1fa37c0
Delegated to: Stefano Babic
Headers show
Series [U-Boot] config: imx53: Disable support for EFI on HSC|DDC boards | expand

Commit Message

Lukasz Majewski July 9, 2019, 2:04 p.m. UTC
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 <lukma@denx.de>

---

 configs/kp_imx53_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefano Babic July 20, 2019, 8:46 a.m. UTC | #1
> 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 <lukma@denx.de>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig
index a6a727b4cb..bb227336fe 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