diff options
author | Nicolas Ferre <nicolas.ferre@microchip.com> | 2018-05-09 10:30:25 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-23 17:30:03 -0400 |
commit | 7b8b19fbdcbdf1cb6b54fcea380a6497bff2e407 (patch) | |
tree | 83d43eb5aef20f1f5ec2bb2fac558e06d87687a0 /include/configs/at91sam9m10g45ek.h | |
parent | e32f240630e344aed80c78e3473c19ff51b21452 (diff) | |
download | u-boot-7b8b19fbdcbdf1cb6b54fcea380a6497bff2e407.tar.gz |
configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 address
In order to have a single ENV_OFFSET to manage, use the same as the sama5 one.
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>
Diffstat (limited to 'include/configs/at91sam9m10g45ek.h')
-rw-r--r-- | include/configs/at91sam9m10g45ek.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 25970666c8..bec1558d6b 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -76,7 +76,7 @@ #ifdef CONFIG_NAND_BOOT /* bootstrap + u-boot + env in nandflash */ -#define CONFIG_ENV_OFFSET 0x120000 +#define CONFIG_ENV_OFFSET 0x140000 #define CONFIG_ENV_OFFSET_REDUND 0x100000 #define CONFIG_ENV_SIZE 0x20000 |