mpc8641: Try to detect old .dts files
authorBecky Bruce <becky.bruce@freescale.com>
Fri, 7 Nov 2008 19:46:19 +0000 (13:46 -0600)
committerJon Loeliger <jdl@freescale.com>
Mon, 10 Nov 2008 16:10:05 +0000 (10:10 -0600)
commitd52082b12c6e545705a19433a2f4142526536189
treea536aacdde58e364de96203884dec87b5c05a59a
parent8db0400a27839f91c047dcb83f4a0f09e054a180
mpc8641: Try to detect old .dts files

Since we've changed the memory map of the board, be nice and
add some checking to try to catch out-of-date .dts files.  We do
this by checking the CCSRBAR location in the .dts and comparing
it to the CCSRBAR location in u-boot.  If they don't match, a
warning msg is printed.  This isn't foolproof, but it's simple and
will catch most of the cases where an out-of-date .dts is present,
including all of the cases where a new u-boot is used with an old
standard MPC8641 .dts file as supplied with Linux.

Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
board/freescale/mpc8641hpcn/mpc8641hpcn.c
include/configs/MPC8641HPCN.h