diff options
Diffstat (limited to 'include/configs/ZUMA.h')
| -rw-r--r-- | include/configs/ZUMA.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/ZUMA.h b/include/configs/ZUMA.h index fcc47a99e..b161dde2a 100644 --- a/include/configs/ZUMA.h +++ b/include/configs/ZUMA.h @@ -41,6 +41,8 @@  #define CONFIG_EVB64260		1	/* this is an EVB64260 board	*/  #define CONFIG_ZUMA_V2		1	/* always define this for ZUMA v2 */ +#define	CONFIG_SYS_TEXT_BASE	0xfff00000 +  /* #define CONFIG_ZUMA_V2_OLD	1 */	/* backwards compat for old V2 board */  #define CONFIG_BAUDRATE		38400	/* console baudrate = 38400	*/ |