diff options
Diffstat (limited to 'include/configs/MIP405.h')
| -rw-r--r-- | include/configs/MIP405.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index bfff7504f..a097639ef 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -35,6 +35,9 @@  #define CONFIG_405GP		1	/* This is a PPC405 CPU		*/  #define CONFIG_4xx		1	/* ...member of PPC4xx family	*/  #define CONFIG_MIP405		1	/* ...on a MIP405 board		*/ + +#define	CONFIG_SYS_TEXT_BASE	0xFFF80000 +  /***********************************************************   * Note that it may also be a MIP405T board which is a subset of the   * MIP405 |