diff options
Diffstat (limited to 'include/configs/mpc7448hpc2.h')
| -rw-r--r-- | include/configs/mpc7448hpc2.h | 12 | 
1 files changed, 3 insertions, 9 deletions
| diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index 497ea4220..94a8c93b4 100644 --- a/include/configs/mpc7448hpc2.h +++ b/include/configs/mpc7448hpc2.h @@ -42,6 +42,8 @@  #define CONFIG_HIGH_BATS	/* High BATs supported */  #define CONFIG_ALTIVEC		/* undef to disable */ +#define	CONFIG_SYS_TEXT_BASE	0xFF000000 +  #define CONFIG_SYS_BOARD_NAME		"MPC7448 HPC II"  #define CONFIG_IDENT_STRING	" Freescale MPC7448 HPC II" @@ -251,7 +253,7 @@  #define CONFIG_SYS_RESET_ADDRESS	0x3fffff00  #define CONFIG_SYS_MONITOR_LEN		(256 << 10)	/* Reserve 256 kB for Monitor */ -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE	/* u-boot code base */ +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE	/* u-boot code base */  #define CONFIG_SYS_MALLOC_LEN		(256 << 10)	/* Reserve 256 kB for malloc */  /* Peripheral Device section */ @@ -399,13 +401,5 @@  #define L2_INIT		0  #define L2_ENABLE	(L2_INIT | L2CR_L2E) - -/* - * Internal Definitions - * - * Boot Flags - */ -#define BOOTFLAG_COLD	0x01	/* Normal Power-On: Boot from FLASH */ -#define BOOTFLAG_WARM	0x02	/* Software reboot */  #define CONFIG_SYS_SERIAL_HANG_IN_EXCEPTION  #endif	/* __CONFIG_H */ |