summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/at91sam9263ek
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2011-07-16 06:28:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-07-17 17:42:21 +0200
commit5ca80c43a5081b655cfca1a618245c8561cbb58e (patch)
tree1b89cd60c489c6c9b75dbed6536965f1461dbcbd /arch/arm/boards/at91sam9263ek
parentd757dd4ad79d6ccb2b76da79e97bd28a4a771d6f (diff)
downloadbarebox-5ca80c43a5081b655cfca1a618245c8561cbb58e.tar.gz
barebox-5ca80c43a5081b655cfca1a618245c8561cbb58e.tar.xz
at91sam9263ek: fix env location and size
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> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/at91sam9263ek')
-rw-r--r--arch/arm/boards/at91sam9263ek/env/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/at91sam9263ek/env/config b/arch/arm/boards/at91sam9263ek/env/config
index f1cb751ee1..4e2923227c 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