summaryrefslogtreecommitdiff
path: root/board/freescale/mpc8641hpcn/config.mk
diff options
context:
space:
mode:
authorBecky Bruce <becky.bruce@freescale.com>2008-11-06 23:36:04 (GMT)
committerJon Loeliger <jdl@freescale.com>2008-11-10 16:10:04 (GMT)
commitc759a01a0022de9378a3a761f49786f87684c916 (patch)
treebe167ba5cd4277aa76faa85a225c20b012137a84 /board/freescale/mpc8641hpcn/config.mk
parentbf9a8c34309ed9276258295db9e9212aabb2531a (diff)
downloadu-boot-c759a01a0022de9378a3a761f49786f87684c916.tar.xz
mpc8641: Change 32-bit memory map
The memory map on the 8641hpcn is modified to look more like the 85xx boards; this is a step towards a more standardized layout going forward. As part of this change, we now relocate the flash. The regions for some of the mappings were far larger than they needed to be. I have reduced the mappings to match the actual sizes supported by the hardware. In addition I have removed the comments at the head of the BAT blocks in the config file, rather than updating them. These get horribly out of date, and it's a simple matter to look at the defines to see what they are set to since everything is right here in the same file. Documentation has been changed to reflect the new map, as this change is user visible, and affects the OS which runs post-uboot. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'board/freescale/mpc8641hpcn/config.mk')
-rw-r--r--board/freescale/mpc8641hpcn/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8641hpcn/config.mk b/board/freescale/mpc8641hpcn/config.mk
index f778dcb..487a766 100644
--- a/board/freescale/mpc8641hpcn/config.mk
+++ b/board/freescale/mpc8641hpcn/config.mk
@@ -25,7 +25,7 @@
# default CCSRBAR is at 0xff700000
# assume U-Boot is less than 0.5MB
#
-TEXT_BASE = 0xfff00000
+TEXT_BASE = 0xeff00000
PLATFORM_CPPFLAGS += -DCONFIG_MPC86xx=1
PLATFORM_CPPFLAGS += -DCONFIG_MPC8641=1 -maltivec -mabi=altivec -msoft-float