
4 Apr
2013
4 Apr
'13
10:17 p.m.
On Thu, Apr 04, 2013 at 09:36:39AM +0200, Enric Balletbo Serra wrote:
2013/4/4 Tom Rini trini@ti.com
On Wed, Apr 03, 2013 at 03:12:03PM +0200, Enric Balletbo i Serra wrote:
[snip]
- Correct this to be all of RAM, minus a bit for a reasonably-sized U-Boot to be running in.
[snip]
+#define MTDIDS_DEFAULT "nand0=nand" +#define MTDPARTS_DEFAULT "mtdparts=nand:512k(SPL),"\
"1920k(U-Boot),128k(U-Boot Env),"\
"5m(Kernel),-(File System)"
Setting aside such a large space for U-Boot is something else you inherited, do you want to re-evaluate this or too late?
Is not too late, I'll reduce the U-Boot space, do you think 512k is sufficient ?
Well, what redudancy are you doing? A single image within 512KiB is fine, sure. Two images wouldn't be, most likely :)
--
Tom