mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] mtd: nand: trim down NAND layer a bit
@ 2024-06-14 13:36 Sascha Hauer
  2024-06-14 13:36 ` [PATCH 1/3] mtd: nand: Kconfig: whitespace cleanups Sascha Hauer
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Sascha Hauer @ 2024-06-14 13:36 UTC (permalink / raw)
  To: Barebox List

The NAND layer has become bigger with the last update causing size
constrained configs like am335x_mlo_defconfig to fail because the binary
gets too big.  Squeeze some bytes out of the binary space for such
configs by disabling some unneeded features.

Sascha Hauer (3):
  mtd: nand: Kconfig: whitespace cleanups
  mtd: nand: make exec_op optional
  mtd: nand: make interleaved placement optional

 drivers/mtd/nand/raw/Kconfig     | 33 +++++++++++++++++++++-----------
 drivers/mtd/nand/raw/internals.h |  5 +++++
 drivers/mtd/nand/raw/nand_base.c |  2 ++
 3 files changed, 29 insertions(+), 11 deletions(-)

-- 
2.39.2




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-18  6:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-14 13:36 [PATCH 0/3] mtd: nand: trim down NAND layer a bit Sascha Hauer
2024-06-14 13:36 ` [PATCH 1/3] mtd: nand: Kconfig: whitespace cleanups Sascha Hauer
2024-06-14 13:36 ` [PATCH 2/3] mtd: nand: make exec_op optional Sascha Hauer
2024-06-14 13:36 ` [PATCH 3/3] mtd: nand: make interleaved placement optional Sascha Hauer
2024-06-18  6:13 ` [PATCH 0/3] mtd: nand: trim down NAND layer a bit Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox