diff options
Diffstat (limited to 'include/configs/MPC8349ITX.h')
| -rw-r--r-- | include/configs/MPC8349ITX.h | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 3659d8825..d49c1ff76 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -67,6 +67,10 @@  #define CONFIG_MPC834x		/* MPC834x family (8343, 8347, 8349) */  #define CONFIG_MPC8349		/* MPC8349 specific */ +#ifndef CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_TEXT_BASE	0xFEF00000 +#endif +  #define CONFIG_SYS_IMMR		0xE0000000	/* The IMMR is relocated to here */  #define CONFIG_MISC_INIT_F @@ -394,8 +398,8 @@ boards, we say we have two, but don't display a message if we find only one. */  #endif -#define PCI_66M -#ifdef PCI_66M +#define CONFIG_PCI_66M +#ifdef CONFIG_PCI_66M  #define CONFIG_83XX_CLKIN	66666666	/* in Hz */  #else  #define CONFIG_83XX_CLKIN	33333333	/* in Hz */ |