diff options
Diffstat (limited to 'include/mpc5xx.h')
| -rw-r--r-- | include/mpc5xx.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/mpc5xx.h b/include/mpc5xx.h index 414651fa0..de6d215d3 100644 --- a/include/mpc5xx.h +++ b/include/mpc5xx.h @@ -42,7 +42,7 @@   * ISB bit in IMMR to set internal memory map   */ -#define CFG_ISB			((CFG_IMMR / 0x00400000) << 1) +#define CONFIG_SYS_ISB			((CONFIG_SYS_IMMR / 0x00400000) << 1)  /*-----------------------------------------------------------------------   * SYPCR - System Protection Control Register |