diff options
Diffstat (limited to 'include/configs/Rattler.h')
| -rw-r--r-- | include/configs/Rattler.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/Rattler.h b/include/configs/Rattler.h index 587b42e4b..8140ae974 100644 --- a/include/configs/Rattler.h +++ b/include/configs/Rattler.h @@ -33,6 +33,8 @@  #define CPU_ID_STR		"MPC8250"  #endif /* CONFIG_MPC8248 */ +#define	CONFIG_SYS_TEXT_BASE	0xFE000000 +  #define CONFIG_CPM2		1	/* Has a CPM2 */  #define CONFIG_RATTLER			/* Analogue&Micro Rattler board */ |