diff options
Diffstat (limited to 'include/configs/stxxtc.h')
| -rw-r--r-- | include/configs/stxxtc.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/stxxtc.h b/include/configs/stxxtc.h index 585436604..426aa496f 100644 --- a/include/configs/stxxtc.h +++ b/include/configs/stxxtc.h @@ -38,6 +38,8 @@  #define CONFIG_MPC875		1	/* This is a MPC875 CPU		*/  #define CONFIG_STXXTC		1	/* ...on a STx XTc  board	*/ +#define	CONFIG_SYS_TEXT_BASE	0x40F00000 +  #define	CONFIG_8xx_CONS_SMC1	1	/* Console is on SMC1		*/  #undef	CONFIG_8xx_CONS_SMC2  #undef	CONFIG_8xx_CONS_NONE |