commit | 9c3d936352fefaadec57bafda1fe3807890cbf2c | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sat Apr 24 13:34:44 2010 +0100 |
committer | Matt Fleming <matt@console-pimps.org> | Sun Apr 25 20:44:23 2010 +0100 |
tree | c07b194d192d0f8f6b415870282460f6245e5ffe | |
parent | b161313ae8d9c64de589d1de72f975210ce37b48 [diff] |
sh: Fix zImage load address when CONFIG_32BIT=y We can't necessarily use the P1SEG region to access RAM when running in 32BIT mode, so use CONFIG_MEMORY_START as the base address. Signed-off-by: Matt Fleming <matt@console-pimps.org>