summaryrefslogtreecommitdiff
path: root/configs/omap35_logic_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2020-01-12 15:52:09 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2020-01-20 07:40:28 +0300
commit6f1efe81aa8450c9d225ddbf59d81475462e7112 (patch)
tree84d6d31c3fc57832d0d96421957335eae4919628 /configs/omap35_logic_defconfig
parent9bc97792d873a73be3bc72f7bb0e5679c6bbaa7e (diff)
downloadu-boot-6f1efe81aa8450c9d225ddbf59d81475462e7112.tar.xz
configs: omap3/35_logic and omap3/35_logic_somlv: Reduce SPL size
Currently the DM37 and OMAP35 boards do not boot due to SPL bring too large. SPL doesn't need GPIO, I2C nor MMC sector access since it uses a FAT file system. This patch unifies all these boards to remove these unused features from their defconfigs Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/omap35_logic_defconfig')
-rw-r--r--configs/omap35_logic_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/omap35_logic_defconfig b/configs/omap35_logic_defconfig
index c7b67f0ffe..aabb438e1a 100644
--- a/configs/omap35_logic_defconfig
+++ b/configs/omap35_logic_defconfig
@@ -21,7 +21,9 @@ CONFIG_DEFAULT_FDT_FILE="logicpd-torpedo-35xx-devkit.dtb"
CONFIG_VERSION_VARIABLE=y
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_SEPARATE_BSS=y
+# CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set
# CONFIG_SPL_FS_EXT4 is not set
+# CONFIG_SPL_I2C_SUPPORT is not set
CONFIG_SPL_MTD_SUPPORT=y
CONFIG_SPL_OS_BOOT=y
CONFIG_SYS_PROMPT="OMAP Logic # "