Re: [PATCH] mtd: nand: denali: Add SPL image loader

2022-10-20 Thread Michael Nazzareno Trimarchi
Hi On Fri, Oct 21, 2022 at 5:26 AM Jagan Teki wrote: > > On Mon, Sep 5, 2022 at 7:44 PM Jit Loon Lim wrote: > > > > From: Tien Fong Chee > > > > Add image loader used by the NAND SPL into the full Denali NAND > > driver. This allows usage of the full Denali NAND driver in SPL instead > > of the

Re: [PATCH] mtd: nand: denali: Add SPL image loader

2022-10-20 Thread Jagan Teki
On Mon, Sep 5, 2022 at 7:44 PM Jit Loon Lim wrote: > > From: Tien Fong Chee > > Add image loader used by the NAND SPL into the full Denali NAND > driver. This allows usage of the full Denali NAND driver in SPL instead > of the reduced SPL-only version. > > Signed-off-by: Tien Fong Chee > Signed-

[PATCH] mtd: nand: denali: Add SPL image loader

2022-09-05 Thread Jit Loon Lim
From: Tien Fong Chee Add image loader used by the NAND SPL into the full Denali NAND driver. This allows usage of the full Denali NAND driver in SPL instead of the reduced SPL-only version. Signed-off-by: Tien Fong Chee Signed-off-by: Jit Loon Lim --- drivers/mtd/nand/raw/denali.c | 55 ++