summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBecky Bruce <becky.bruce@freescale.com>2008-11-05 14:55:33 -0600
committerJon Loeliger <jdl@freescale.com>2008-11-10 10:10:03 -0600
commit6bf98b1362f0cb237620355ed3e6762fff82388d (patch)
treee85cdf7faf608c2b4a82b1a14032adc07805f2be /include
parent170deacb1ddc39164bdb68f3963e0c0456a5369b (diff)
downloadblackbird-obmc-uboot-6bf98b1362f0cb237620355ed3e6762fff82388d.tar.gz
blackbird-obmc-uboot-6bf98b1362f0cb237620355ed3e6762fff82388d.zip
mpc8641: make DIAG_ADDR == FLASH_BASE
Currently, that's what it is, but it's hardcoded. Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/MPC8641HPCN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index d77f0fc660..0a6d5f9ef0 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -40,7 +40,7 @@
#define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */
#ifdef RUN_DIAG
-#define CONFIG_SYS_DIAG_ADDR 0xff800000
+#define CONFIG_SYS_DIAG_ADDR CONFIG_SYS_FLASH_BASE
#endif
#define CONFIG_SYS_RESET_ADDRESS 0xfff00100
OpenPOWER on IntegriCloud