ARM: pxa: Don't hardcode addresses and size in map_desc tables
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 11 Jul 2014 11:00:36 +0000 (13:00 +0200)
committerOlof Johansson <olof@lixom.net>
Sat, 12 Jul 2014 16:51:36 +0000 (09:51 -0700)
The virtual address, physical address and size of all regions for which
we create static mappings are defined in PXA headers. Replaced the
hardcoded values with macros.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

No differences found