]> git.sur5r.net Git - u-boot/commitdiff
configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignment
authorNicolas Ferre <nicolas.ferre@microchip.com>
Wed, 9 May 2018 07:30:24 +0000 (10:30 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 23 May 2018 21:30:03 +0000 (17:30 -0400)
Fix the unaligned environment address.
This address matches our NAND flash map available at:
http://www.at91.com/linux4sam/bin/view/Linux4SAM/Sama5d3XplainedMainPage#NAND_Flash_demo_Memory_map

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
[eugen.hristev@microchip.com: rework on latest version of u-boot]
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
include/configs/at91-sama5_common.h

index 5af7d1d1d249772982600d708eda0db55d3286a7..30c6cd47cac2ee1915756f16deea9d66a87628ed 100644 (file)
@@ -57,7 +57,7 @@
 
 #ifdef CONFIG_NAND_BOOT
 /* u-boot env in nand flash */
-#define CONFIG_ENV_OFFSET              0xc0000
+#define CONFIG_ENV_OFFSET              0x140000
 #define CONFIG_ENV_OFFSET_REDUND       0x100000
 #define CONFIG_ENV_SIZE                        0x20000
 #define CONFIG_BOOTCOMMAND             "nand read 0x21000000 0x180000 0x80000;"        \