Re: [PATCH 03/15] nand: Calculate SYS_NAND_PAGE_COUNT automatically

2023-11-02 Thread Dario Binacchi
Sean, All On Thu, Nov 2, 2023 at 3:17 PM Sean Anderson wrote: > > On 11/2/23 05:53, Dario Binacchi wrote: > > Sean, All > > > > On Sun, Oct 29, 2023 at 4:48 AM Sean Anderson wrote: > >> > >> Contrary to what the help message says, this is the number of pages per > >> block. Calculate it

Re: [PATCH 03/15] nand: Calculate SYS_NAND_PAGE_COUNT automatically

2023-11-02 Thread Sean Anderson
On 11/2/23 05:53, Dario Binacchi wrote: Sean, All On Sun, Oct 29, 2023 at 4:48 AM Sean Anderson wrote: Contrary to what the help message says, this is the number of pages per block. Calculate it automatically based on SYS_NAND_BLOCK_SIZE and SYS_NAND_PAGE_SIZE. Signed-off-by: Sean Anderson

Re: [PATCH 03/15] nand: Calculate SYS_NAND_PAGE_COUNT automatically

2023-11-02 Thread Dario Binacchi
Sean, All On Sun, Oct 29, 2023 at 4:48 AM Sean Anderson wrote: > > Contrary to what the help message says, this is the number of pages per > block. Calculate it automatically based on SYS_NAND_BLOCK_SIZE and > SYS_NAND_PAGE_SIZE. > > Signed-off-by: Sean Anderson > --- > > README

[PATCH 03/15] nand: Calculate SYS_NAND_PAGE_COUNT automatically

2023-10-28 Thread Sean Anderson
Contrary to what the help message says, this is the number of pages per block. Calculate it automatically based on SYS_NAND_BLOCK_SIZE and SYS_NAND_PAGE_SIZE. Signed-off-by: Sean Anderson --- README | 9 - configs/am335x_baltos_defconfig