diff options
Diffstat (limited to 'include/configs/MVSMR.h')
| -rw-r--r-- | include/configs/MVSMR.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/configs/MVSMR.h b/include/configs/MVSMR.h index 074e55579..ec93245ef 100644 --- a/include/configs/MVSMR.h +++ b/include/configs/MVSMR.h @@ -32,6 +32,10 @@  #define CONFIG_MPC5xxx	1  #define CONFIG_MPC5200 	1 +#ifndef CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_TEXT_BASE	0xFF800000 +#endif +  #define CONFIG_SYS_MPC5XXX_CLKIN	33000000  #define BOOTFLAG_COLD		0x01 |