mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] at91sam9263ek: fix env location and size
@ 2011-07-16  4:28 Jean-Christophe PLAGNIOL-VILLARD
  2011-07-16  4:28 ` [PATCH 2/2] at91sam9263ek: update defconfig Jean-Christophe PLAGNIOL-VILLARD
  2011-07-17 15:43 ` [PATCH 1/2] at91sam9263ek: fix env location and size Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-07-16  4:28 UTC (permalink / raw)
  To: barebox; +Cc: Patrice Vilchez, Nicolas Ferre

256k(barebox)ro,128k(bareboxenv),1536k(kernel),-(root)

so we will match the erase block size

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
---
 arch/arm/boards/at91sam9263ek/env/config |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boards/at91sam9263ek/env/config b/arch/arm/boards/at91sam9263ek/env/config
index f1cb751..4e29232 100644
--- a/arch/arm/boards/at91sam9263ek/env/config
+++ b/arch/arm/boards/at91sam9263ek/env/config
@@ -30,7 +30,7 @@ kernelimage=uImage
 #kernelimage=Image.lzo
 
 nand_device=atmel_nand
-nand_parts="256k(barebox)ro,64k(bareboxenv),1536k(kernel),-(root)"
+nand_parts="256k(barebox)ro,128k(bareboxenv),1536k(kernel),-(root)"
 rootfs_mtdblock_nand=3
 
 autoboot_timeout=3
-- 
1.7.5.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-17 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-16  4:28 [PATCH 1/2] at91sam9263ek: fix env location and size Jean-Christophe PLAGNIOL-VILLARD
2011-07-16  4:28 ` [PATCH 2/2] at91sam9263ek: update defconfig Jean-Christophe PLAGNIOL-VILLARD
2011-07-16  4:30   ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-17 15:43 ` [PATCH 1/2] at91sam9263ek: fix env location and size Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox