mirror of
https://xff.cz/git/u-boot/
synced 2025-09-07 11:42:13 +02:00
colibri_pxa270: drop edit, elf, fpga, hush, regex et al. for space reason
With em humble DM and Kconfig migraters U-Boot binary size keeps increasing. Drop a bunch of less needed stuff to save another precious 20+ KB. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
This commit is contained in:
committed by
Marek Vasut
parent
cbfa67a16b
commit
fc127d184a
@@ -1,13 +1,16 @@
|
|||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_TARGET_COLIBRI_PXA270=y
|
CONFIG_TARGET_COLIBRI_PXA270=y
|
||||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||||
CONFIG_HUSH_PARSER=y
|
|
||||||
CONFIG_SYS_PROMPT="$ "
|
CONFIG_SYS_PROMPT="$ "
|
||||||
|
# CONFIG_CMD_ELF is not set
|
||||||
# CONFIG_CMD_IMLS is not set
|
# CONFIG_CMD_IMLS is not set
|
||||||
|
# CONFIG_CMD_EXPORTENV is not set
|
||||||
|
# CONFIG_CMD_IMPORTENV is not set
|
||||||
# CONFIG_CMD_LOADB is not set
|
# CONFIG_CMD_LOADB is not set
|
||||||
# CONFIG_CMD_LOADS is not set
|
# CONFIG_CMD_LOADS is not set
|
||||||
CONFIG_CMD_MMC=y
|
CONFIG_CMD_MMC=y
|
||||||
CONFIG_CMD_USB=y
|
CONFIG_CMD_USB=y
|
||||||
|
# CONFIG_CMD_FPGA is not set
|
||||||
# CONFIG_CMD_SETEXPR is not set
|
# CONFIG_CMD_SETEXPR is not set
|
||||||
CONFIG_CMD_DHCP=y
|
CONFIG_CMD_DHCP=y
|
||||||
CONFIG_CMD_PING=y
|
CONFIG_CMD_PING=y
|
||||||
@@ -16,5 +19,6 @@ CONFIG_CMD_FAT=y
|
|||||||
CONFIG_PXA_SERIAL=y
|
CONFIG_PXA_SERIAL=y
|
||||||
CONFIG_USB=y
|
CONFIG_USB=y
|
||||||
CONFIG_USB_STORAGE=y
|
CONFIG_USB_STORAGE=y
|
||||||
|
# CONFIG_REGEX is not set
|
||||||
CONFIG_OF_LIBFDT=y
|
CONFIG_OF_LIBFDT=y
|
||||||
# CONFIG_EFI_LOADER is not set
|
# CONFIG_EFI_LOADER is not set
|
||||||
|
@@ -93,8 +93,8 @@
|
|||||||
#define CONFIG_SYS_MAXARGS 16
|
#define CONFIG_SYS_MAXARGS 16
|
||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
|
||||||
#define CONFIG_SYS_DEVICE_NULLDEV 1
|
#define CONFIG_SYS_DEVICE_NULLDEV 1
|
||||||
#define CONFIG_CMDLINE_EDITING 1
|
#undef CONFIG_CMDLINE_EDITING /* Saves 2.5 KB */
|
||||||
#define CONFIG_AUTO_COMPLETE 1
|
#undef CONFIG_AUTO_COMPLETE /* Saves 2.5 KB */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Clock Configuration
|
* Clock Configuration
|
||||||
|
Reference in New Issue
Block a user