diff options
Diffstat (limited to 'include/configs/mpc7448hpc2.h')
| -rw-r--r-- | include/configs/mpc7448hpc2.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/mpc7448hpc2.h b/include/configs/mpc7448hpc2.h index 8068b4051..ae5e1098f 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" |