summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2025-11-13 16:18:39 +0100
committerFabio Estevam <[email protected]>2025-11-29 14:42:24 -0300
commite38dab691645cf9814e4c99d8fb4bb41f361fe81 (patch)
tree540d06dd3dc61405ac4ccb98cf48a7e1834fe0c1
parent3a4c79dd2fd83da1aa178f8504d7aa48a0554d32 (diff)
board: tbs2910: Disable EFI partition, MP, sysboot, bind commands
This board is just short of overflowing the size limit, disable support for EFI partition since EFI support is already disabled, and disable a couple of commands which are also likely unused to keep the board below limit. Signed-off-by: Marek Vasut <[email protected]> Acked-by: Soeren Moch <[email protected]>
-rw-r--r--configs/tbs2910_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index 070dce234d6..ef7d5ca3e2c 100644
--- a/configs/tbs2910_defconfig
+++ b/configs/tbs2910_defconfig
@@ -38,6 +38,8 @@ CONFIG_CMD_BOOTZ=y
# CONFIG_BOOTM_VXWORKS is not set
# CONFIG_CMD_FDT is not set
CONFIG_CMD_MEMTEST=y
+# CONFIG_CMD_BIND is not set
+CONFIG_CMD_DM=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_I2C=y
# CONFIG_CMD_LOADB is not set
@@ -53,14 +55,13 @@ CONFIG_CMD_MII=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_TIME=y
-CONFIG_CMD_SYSBOOT=y
+# CONFIG_CMD_MP is not set
# CONFIG_CMD_VIDCONSOLE is not set
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_CMD_FAT=y
CONFIG_CMD_FS_GENERIC=y
-CONFIG_EFI_PARTITION=y
CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_OF_DTB_PROPS_REMOVE=y