diff options
Diffstat (limited to 'include/configs/rsdproto.h')
| -rw-r--r-- | include/configs/rsdproto.h | 10 | 
1 files changed, 2 insertions, 8 deletions
| diff --git a/include/configs/rsdproto.h b/include/configs/rsdproto.h index 820784496..b82ff372a 100644 --- a/include/configs/rsdproto.h +++ b/include/configs/rsdproto.h @@ -39,6 +39,8 @@  #define CONFIG_RSD_PROTO	1	/* on a R&S Protocol Board      */  #define CONFIG_CPM2		1	/* Has a CPM2 */ +#define	CONFIG_SYS_TEXT_BASE	0xff000000 +  #define	CONFIG_MISC_INIT_F	1	/* Use misc_init_f()		*/  /* @@ -419,12 +421,4 @@  #define CONFIG_SYS_OR5_PRELIM	(P2SZ_TO_AM(PHYS_DPRAM_SHARC_SIZE) | \  			 ORxG_ACS_DIV4) -/* - * Internal Definitions - * - * Boot Flags - */ -#define	BOOTFLAG_COLD	0x01		/* Normal Power-On: Boot from FLASH	*/ -#define BOOTFLAG_WARM	0x02		/* Software reboot			*/ -  #endif	/* __CONFIG_H */ |