diff options
author | Alison Wang <b18965@freescale.com> | 2015-04-21 08:04:38 (GMT) |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-05-20 17:33:52 (GMT) |
commit | 1c69a51cc35b6ade8df7c0309f2a2f2f5d493e9d (patch) | |
tree | 09f81486c9f63027a00b3c5e41d2dcc09bf8f9d0 /configs/qemu_mips_defconfig | |
parent | 0e6b7a28243175ae0874d53b6e6e4eff8548d71f (diff) | |
download | u-boot-fsl-qoriq-1c69a51cc35b6ade8df7c0309f2a2f2f5d493e9d.tar.xz |
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>
Diffstat (limited to 'configs/qemu_mips_defconfig')
0 files changed, 0 insertions, 0 deletions