From: Michael Heimpold Date: Mon, 29 Oct 2018 19:21:52 +0000 (+0100) Subject: configs: mx23_olinuxino_defconfig: disable bootefi command X-Git-Tag: v2019.01-rc3~8^2~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=499609374a52fdaba295fe5dc3d2750b47b4aa41;p=oweals%2Fu-boot.git configs: mx23_olinuxino_defconfig: disable bootefi command CONFIG_CMD_BOOTEFI is enabled by Kconfig default, but rarely used on this board/platform. So let's disable it for the boards default config. This also saves around 16 KiB in the final u-boot.sb. Signed-off-by: Michael Heimpold --- diff --git a/configs/mx23_olinuxino_defconfig b/configs/mx23_olinuxino_defconfig index bc34a3ed01..0e552a6ac4 100644 --- a/configs/mx23_olinuxino_defconfig +++ b/configs/mx23_olinuxino_defconfig @@ -14,6 +14,7 @@ CONFIG_VERSION_VARIABLE=y CONFIG_ARCH_MISC_INIT=y # CONFIG_SPL_FRAMEWORK is not set CONFIG_HUSH_PARSER=y +# CONFIG_CMD_BOOTEFI is not set # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y