diff options
Diffstat (limited to 'include/configs/PIP405.h')
| -rw-r--r-- | include/configs/PIP405.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 2901cfd6d..8d89c8090 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -35,6 +35,9 @@  #define CONFIG_405GP		1	/* This is a PPC405 CPU		*/  #define CONFIG_4xx		1	/* ...member of PPC4xx family	*/  #define CONFIG_PIP405		1	/* ...on a PIP405 board		*/ + +#define	CONFIG_SYS_TEXT_BASE	0xFFF80000 +  /***********************************************************   * Clock   ***********************************************************/ |