[PATCH] arm: kirkwood: sheevaplug: reduce u-boot image size

Stefan Roese sr at denx.de
Mon Feb 13 14:59:55 CET 2023


On 2/2/23 23:16, Tony Dinh wrote:
> Sheevaplug board has 512K CONFIG_BOARD_SIZE_LIMIT. Recently, DM_SERIAL has
> pushed the image size a few hundred bytes over that limit. So explicitly
> deselect some configs that are unrelated to this board
> (and gain back a bit over 2K).
> 
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
> 
>   configs/sheevaplug_defconfig | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
> index cb38a3fbd5..40ab16dfa0 100644
> --- a/configs/sheevaplug_defconfig
> +++ b/configs/sheevaplug_defconfig
> @@ -26,6 +26,11 @@ CONFIG_USE_PREBOOT=y
>   CONFIG_HUSH_PARSER=y
>   CONFIG_SYS_MAXARGS=32
>   CONFIG_CMD_BOOTZ=y
> +# CONFIG_BOOTM_PLAN9 is not set
> +# CONFIG_BOOTM_RTEMS is not set
> +# CONFIG_BOOTM_VXWORKS is not set
> +# CONFIG_CMD_IMI is not set
> +# CONFIG_CMD_XIMG is not set
>   # CONFIG_CMD_FLASH is not set
>   CONFIG_CMD_MMC=y
>   CONFIG_CMD_NAND=y

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de


More information about the U-Boot mailing list