]> Git Repo - u-boot.git/commit
mtd: rawnand: omap_gpmc: Reduce .bss usage
authorRoger Quadros <[email protected]>
Tue, 11 Oct 2022 11:50:06 +0000 (14:50 +0300)
committerDario Binacchi <[email protected]>
Sat, 10 Dec 2022 13:35:54 +0000 (14:35 +0100)
commitec2c9240d508e67eca3d633ecb7f4740e2673a6a
treea2d54da84b299d84f100e0cd959d7d6ba705c530
parent664d5369269f80d0883ede4573425e3546c87080
mtd: rawnand: omap_gpmc: Reduce .bss usage

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 <[email protected]>
Reviewed-By: Michael Trimarchi <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Signed-off-by: Dario Binacchi <[email protected]>
drivers/mtd/nand/raw/omap_gpmc.c
This page took 0.028085 seconds and 4 git commands to generate.