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

2023-02-13 Thread Stefan Roese
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

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

2023-02-02 Thread Tony Dinh
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 --- configs/sheevaplug_defconfig | 5