diff options
author | Wu, Josh <Josh.wu@atmel.com> | 2015-08-19 11:11:21 (GMT) |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-08-21 13:47:05 (GMT) |
commit | 7a53b9544e388ac80bff2a3912865df029de27d0 (patch) | |
tree | 86486d575723bba1d72fa4973e0d53dabbe3b6f8 /configs | |
parent | dc018fef2fd11555d6492a242256da68d07c8ef2 (diff) | |
download | u-boot-7a53b9544e388ac80bff2a3912865df029de27d0.tar.xz |
ARM: at91: sama5: update the spi flash mapping
Also move the spi flash configurations to the at91-sama5_common.h.
Current at91 zImage size is about 3.3M, the old mapping is not
suitable. So update the spi flash map as following:
0x0 ~ 0x004000: at91bootstrap(16k)
0x04000 ~ 0x008000: u-boot env(16k)
0x08000 ~ 0x060000: u-boot(352k)
0x60000 ~ 0x06c000: dtb (48k)
0x6c000 ~ 0x400000: kernel (3M+592k)
In AT91Bootstrap, the U-Boot in spi flash also update to 0x8000, refer
to following commit in AT91Bootstrap:
3e91e54 Kconfig: fix spi flash address
So also update SPL's u-boot load address to 0x8000 in spi flash.
Signed-off-by: Josh Wu <josh.wu@atmel.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions