]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: ls102xa: Adjust the load address of U-Boot for NOR boot
authorAlison Wang <b18965@freescale.com>
Tue, 21 Apr 2015 08:04:38 +0000 (16:04 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:43:15 +0000 (22:43 +0200)
commit8af2849939744a31ca337201733f152a7dac81fb
tree87aa077580f83021ab3bbcaf44d750bed19e9480
parent4a6aff0cd79ce58ddbf326cb9381c0781f8190a0
arm: ls102xa: Adjust the load address of U-Boot for NOR boot

The original load address of U-Boot is 0x67f80000. The address
space of NOR flash is 0x60000000 to 0x67ffffff. It will cause
the size of u-boot couldn't be larger than 512K. As more features
are supported in u-boot, the size of u-boot is larger than 512K.

To fix this issue, the load address of U-Boot for NOR boot is
adjusted to 0x60100000.

In RCW, the PBI command needs to change as follows:
 .pbi
-write 0xee0200, 0x67f80000
+write 0xee0200, 0x60100000
 .end

Signed-off-by: Alison Wang <alison.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h