projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
170deac
)
mpc8641: make DIAG_ADDR == FLASH_BASE
author
Becky Bruce
<becky.bruce@freescale.com>
Wed, 5 Nov 2008 20:55:33 +0000
(14:55 -0600)
committer
Jon Loeliger
<jdl@freescale.com>
Mon, 10 Nov 2008 16:10:03 +0000
(10:10 -0600)
Currently, that's what it is, but it's hardcoded.
Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
include/configs/MPC8641HPCN.h
patch
|
blob
|
history
diff --git
a/include/configs/MPC8641HPCN.h
b/include/configs/MPC8641HPCN.h
index
d77f0fc
..
0a6d5f9
100644
(file)
--- 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