[PATCH 1/3] mips: Reduce size in gardena-smart-gateway-mt7688
Stefan Roese
stefan.roese at mailbox.org
Mon Dec 22 09:42:11 CET 2025
On 12/19/25 21:13, Tom Rini wrote:
> This platform is near the binary size limit for U-Boot. Disable booting
> some unlikely OS options in order to reclaim some space.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Cc: Stefan Roese <stefan.roese at mailbox.org>
Reviewed-by: Stefan Roese <stefan.roese at mailbox.org>
Thanks,
Stefan
> ---
> configs/gardena-smart-gateway-mt7688_defconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/configs/gardena-smart-gateway-mt7688_defconfig b/configs/gardena-smart-gateway-mt7688_defconfig
> index 3c2bcc6a3c44..3bfb004cf2b3 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
More information about the U-Boot
mailing list