MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory map
authorMarkos Chandras <markos.chandras@imgtec.com>
Wed, 15 Jan 2014 14:13:05 +0000 (14:13 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 26 Mar 2014 22:09:20 +0000 (23:09 +0100)
commit3bdd8e6e09cd5e88b3fc8ceddf150976633f43c3
treeb55caa61c71a34cb84aed9cabb3d2cc8dc233c06
parente6ca4e5bf11466b5e9423a1e4ea51a8216c4b9b6
MIPS: malta: malta-memory: Use the PHYS_OFFSET to build the memory map

PHYS_OFFSET is used to denote the physical start address of the
first bank of RAM. When the Malta board is in EVA mode, the physical
start address of RAM is shifted to 0x80000000 so it's necessary to use
this macro in order to make the code EVA agnostic.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/mti-malta/malta-memory.c
This page took 0.026787 seconds and 5 git commands to generate.