diff options
| author | Tom Rini <[email protected]> | 2025-12-19 14:13:41 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-25 11:31:11 -0600 |
| commit | 22ef38f6933adfa0d89b6841f4671f6595f967d5 (patch) | |
| tree | 233b6bc709a5228b401b30974be8064a7c8de677 | |
| parent | 31f111a2a0ee562d5b5b52a1cba1b2f64124403e (diff) | |
mips: Reduce size in gardena-smart-gateway-mt7688
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | configs/gardena-smart-gateway-mt7688_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/gardena-smart-gateway-mt7688_defconfig b/configs/gardena-smart-gateway-mt7688_defconfig index 3c2bcc6a3c4..3bfb004cf2b 100644 --- a/configs/gardena-smart-gateway-mt7688_defconfig +++ b/configs/gardena-smart-gateway-mt7688_defconfig @@ -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 |
