Skip to content
Snippets Groups Projects
Commit 6bf98b13 authored by Becky Bruce's avatar Becky Bruce Committed by Jon Loeliger
Browse files

mpc8641: make DIAG_ADDR == FLASH_BASE


Currently, that's what it is, but it's hardcoded.

Signed-off-by: default avatarBecky Bruce <becky.bruce@freescale.com>
parent 170deacb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment