diff options
author | Lukasz Majewski <lukma@denx.de> | 2019-07-09 16:04:06 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-07-19 20:32:24 +0200 |
commit | 07b19e35b5c6d6bcdfc69530af1e160cd1fa37c0 (patch) | |
tree | a85aa2d2c8b82fd70bf15344b90b1751e7528079 /configs | |
parent | 8039211a8a9c8c9c97ee0d5bbd782e9e53c1d465 (diff) | |
download | u-boot-07b19e35b5c6d6bcdfc69530af1e160cd1fa37c0.tar.gz |
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 <lukma@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/kp_imx53_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index 86d672784c..ea6f8f6d31 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 |