From: Alif Zakuan Yuslaimi <[email protected]> Some drivers, like Denali NAND, depends on extensive NAND core functionality that is not present in the minimal SPL configuration.
This patch series seeks to resolve this by implementing the existing image loader from NAND SPL into Denali NAND driver subsystem, as well as adding a new configuration option to compile the complete NAND framework into the SPL build. Alif Zakuan Yuslaimi (2): mtd: nand: Allow full NAND framework in SPL mtd: nand: denali: Add SPL image loader drivers/mtd/nand/raw/Kconfig | 8 +++++ drivers/mtd/nand/raw/Makefile | 28 +++++++-------- drivers/mtd/nand/raw/denali.c | 66 ++++++++++++++++++++++++++++++++++- 3 files changed, 85 insertions(+), 17 deletions(-) -- 2.25.1

