9
0
Fork 0

sama5d3xek: correct rootfs nand partition

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexandre Belloni 2013-05-07 12:50:30 +02:00 committed by Sascha Hauer
parent 259591dd13
commit 8fd1f24bff
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ kernelimage=zImage
nand_device=atmel_nand
nand_parts="256k(at91bootstrap),384k(barebox)ro,256k@768k(bareboxenv),256k(bareboxenv2),128k@1536k(oftree),5M@2M(kernel),-@8M(rootfs)"
rootfs_mtdblock_nand=7
rootfs_mtdblock_nand=6
m25p80_parts="64k(bootstrap),384k(barebox),256k(bareboxenv),256k(bareboxenv2),128k(oftree),-(updater)"