diff options
author | Magnus Damm <damm@opensource.se> | 2013-06-05 03:55:31 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-12 07:49:57 -0400 |
commit | 4f309d272f7139278f52cf1e2dcf5b2bc8c029d9 (patch) | |
tree | 4d9b44880dd88ba4cdde634ad13c8fe92a477f4b /arch/arm/boot/compressed | |
parent | 2a58009599ff0d2bdbe7e3a9a11a0d838868634d (diff) |
ARM: shmobile: Remove romImage CONFIG_MEMORY_START
Instead of relying on CONFIG_MEMORY_START for memory
base address, let each romImage board header file
specify this information.
This is reworks code not to rely on CONFIG_MEMORY_START
which in turn is needed for ARCH_MULTIPLATFORM.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/compressed')
-rw-r--r-- | arch/arm/boot/compressed/head-shmobile.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head-shmobile.S b/arch/arm/boot/compressed/head-shmobile.S index 19b2304436fa..e2d636336b7c 100644 --- a/arch/arm/boot/compressed/head-shmobile.S +++ b/arch/arm/boot/compressed/head-shmobile.S | |||
@@ -46,7 +46,7 @@ __image_start: | |||
46 | __image_end: | 46 | __image_end: |
47 | .long _got_end | 47 | .long _got_end |
48 | __load_base: | 48 | __load_base: |
49 | .long CONFIG_MEMORY_START + 0x02000000 @ Load at 32Mb into SDRAM | 49 | .long MEMORY_START + 0x02000000 @ Load at 32Mb into SDRAM |
50 | __loaded: | 50 | __loaded: |
51 | .long __continue | 51 | .long __continue |
52 | .align | 52 | .align |