[PATCH v3] phram: Allow the user to set the erase page size.

2020-12-07 Thread Guohua Zhong
From: Patrick O'Grady Permit the user to specify the erase page size as a parameter. This solves two problems: - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't create images with erase sizes less than 8KiB; many architectures define PAGE_SIZE as 4KiB. - Allows more effective use

Re: [PATCH v3] phram: Allow the user to set the erase page size.

2020-12-07 Thread Miquel Raynal
Hi Guohua, Guohua Zhong wrote on Mon, 7 Dec 2020 16:53:42 +0800: > From: Patrick O'Grady > > Permit the user to specify the erase page size as a parameter. > This solves two problems: > > - phram can access images made by mkfs.jffs2. mkfs.jffs2 won't > create images with erase sizes less tha