Re: [u-boot][PATCH 08/14] mtd: rawnand: omap_gpmc: Reduce .bss usage

2022-11-28 Thread Michael Nazzareno Trimarchi
Hi On Tue, Oct 11, 2022 at 1:50 PM Roger Quadros wrote: > > Allocate omap_ecclayout on the heap as we have > limited .bss space on AM64 R5 SPL configuration. > > Reduces .bss usage by 2984 bytes. > > Signed-off-by: Roger Quadros > --- > drivers/mtd/nand/raw/omap_gpmc.c | 7 --- > 1 file cha

[u-boot][PATCH 08/14] mtd: rawnand: omap_gpmc: Reduce .bss usage

2022-10-11 Thread Roger Quadros
Allocate omap_ecclayout on the heap as we have limited .bss space on AM64 R5 SPL configuration. Reduces .bss usage by 2984 bytes. Signed-off-by: Roger Quadros --- drivers/mtd/nand/raw/omap_gpmc.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/raw/oma