summaryrefslogtreecommitdiff
path: root/configs/nokia_rx51_defconfig
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2020-04-01 00:35:16 +0200
committerLokesh Vutla <lokeshvutla@ti.com>2020-05-11 10:16:49 +0530
commit5973f90c63e325fdf00da0736229f5c2f9e25a73 (patch)
tree95f574040f8437ec4761a09db6941ce5b3f0d942 /configs/nokia_rx51_defconfig
parent07693ccb1574adecb9e87756339442955aeaf346 (diff)
Nokia RX-51: Disable some unused features to decrease size of u-boot binary
Maximal allowed size of U-Boot binary for Nokia N900 is just 262144 bytes. Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'configs/nokia_rx51_defconfig')
-rw-r--r--configs/nokia_rx51_defconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index fc92c3affc..41722725e6 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_FAT=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
# CONFIG_NET is not set
CONFIG_TWL4030_LED=y
+# CONFIG_MMC_HW_PARTITIONING is not set
CONFIG_MMC_OMAP_HS=y
CONFIG_CONS_INDEX=3
CONFIG_SYS_NS16550=y
@@ -46,3 +47,18 @@ CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_RAW_NAND is not set
CONFIG_CMD_MTD=y
CONFIG_CMD_ONENAND=y
+# CONFIG_BOOTM_NETBSD is not set
+# CONFIG_BOOTM_PLAN9 is not set
+# CONFIG_BOOTM_RTEMS is not set
+# CONFIG_BOOTM_VXWORKS is not set
+# CONFIG_GZIP is not set
+# CONFIG_FIT is not set
+# CONFIG_CMD_ELF is not set
+# CONFIG_CMD_BDI is not set
+# CONFIG_CMD_BOOTD is not set
+# CONFIG_CMD_XIMG is not set
+# CONFIG_CMD_EXPORTENV is not set
+# CONFIG_CMD_IMPORTENV is not set
+# CONFIG_CMD_EDITENV is not set
+# CONFIG_CMD_ENV_EXISTS is not set
+# CONFIG_CMD_FLASH is not set