projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49cc164
)
configs: mx23_olinuxino_defconfig: disable bootefi command
author
Michael Heimpold
<mhei@heimpold.de>
Mon, 29 Oct 2018 19:21:52 +0000
(20:21 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000
(14:12 +0100)
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 <mhei@heimpold.de>
configs/mx23_olinuxino_defconfig
patch
|
blob
|
history
diff --git
a/configs/mx23_olinuxino_defconfig
b/configs/mx23_olinuxino_defconfig
index bc34a3ed01b7972641c0264cc5a73e00faf1cf7c..0e552a6ac4967df7a341a63e0b7d00f33992a4e7 100644
(file)
--- 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