
On Wed, 2008-11-05 at 14:55 -0600, Becky Bruce wrote:
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.
Signed-off-by: Becky Bruce becky.bruce@freescale.com
board/freescale/mpc8641hpcn/config.mk | 2 +- board/freescale/mpc8641hpcn/law.c | 23 ++++++---- cpu/mpc86xx/start.S | 2 +- include/configs/MPC8641HPCN.h | 76 +++++++++++++++++---------------- 4 files changed, 54 insertions(+), 49 deletions(-)
Does this affect any flash addresses mentioned in the README.mpc86xx too?
jdl