summaryrefslogtreecommitdiff
path: root/include/configs/at91sama5ek.h
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2012-06-28 13:20:11 +0800
committerJosh Wu <josh.wu@atmel.com>2012-09-25 17:27:40 +0800
commitf09ba5a4edbd3707ae0abd3fe937c4f0ccbd0993 (patch)
treec8cd7317105144af80bfaaeeb2b912a6865e6dd2 /include/configs/at91sama5ek.h
parent27f33a4bdab917bd7631af5020f38e9d1a0b4a39 (diff)
sama5 : adjust the offset of u-boot environment
Diffstat (limited to 'include/configs/at91sama5ek.h')
-rw-r--r--include/configs/at91sama5ek.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/at91sama5ek.h b/include/configs/at91sama5ek.h
index e96b554ce9..015fbc6289 100644
--- a/include/configs/at91sama5ek.h
+++ b/include/configs/at91sama5ek.h
@@ -225,8 +225,8 @@
#elif CONFIG_SYS_USE_NANDFLASH
/* bootstrap + u-boot + env in nandflash */
#define CONFIG_ENV_IS_IN_NAND
-#define CONFIG_ENV_OFFSET 0x60000
-#define CONFIG_ENV_OFFSET_REDUND 0x80000
+#define CONFIG_ENV_OFFSET 0xA0000
+#define CONFIG_ENV_OFFSET_REDUND 0xC0000
#define CONFIG_ENV_SIZE 0x20000
#define CONFIG_BOOTCOMMAND "nand read 0x22000000 0x100000 0x300000;" \
"bootm 0x22000000"