]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mips: Reduce size in gardena-smart-gateway-mt7688
authorTom Rini <trini@konsulko.com>
Fri, 19 Dec 2025 20:13:41 +0000 (14:13 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Dec 2025 17:31:11 +0000 (11:31 -0600)
This platform is near the binary size limit for U-Boot. Disable booting
some unlikely OS options in order to reclaim some space.

Reviewed-by: Stefan Roese <stefan.roese@mailbox.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/gardena-smart-gateway-mt7688_defconfig

index 3c2bcc6a3c4451475c9b479b8dcf2f247f3ac120..3bfb004cf2b391fab2e1e6d51a5e9f2dbbb6d26a 100644 (file)
@@ -48,6 +48,10 @@ CONFIG_SPL_SYS_MALLOC_SIMPLE=y
 CONFIG_SPL_NOR_SUPPORT=y
 CONFIG_HUSH_PARSER=y
 CONFIG_CMD_LICENSE=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_CMD_ELF is not set
 # CONFIG_CMD_XIMG is not set
 CONFIG_CMD_MEMINFO=y