diff options
Diffstat (limited to 'include/configs/p3mx.h')
| -rw-r--r-- | include/configs/p3mx.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/p3mx.h b/include/configs/p3mx.h index 17ec08fdd..70c4b7d06 100644 --- a/include/configs/p3mx.h +++ b/include/configs/p3mx.h @@ -40,6 +40,8 @@   *----------------------------------------------------------------------*/  #define CONFIG_P3Mx			/* used for both board versions	*/ +#define	CONFIG_SYS_TEXT_BASE	0xfff00000 +  #if defined (CONFIG_P3M750)  #define CONFIG_750FX			/* 750GL/GX/FX			*/  #define CONFIG_HIGH_BATS		/* High BATs supported		*/ |