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

2013-02-15 Thread Patrick O'Grady
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

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

2013-02-15 Thread Patrick O'Grady
From: Patrick O'Grady patr...@baymotion.com 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