diff options
Diffstat (limited to 'include/configs/utx8245.h')
| -rw-r--r-- | include/configs/utx8245.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/configs/utx8245.h b/include/configs/utx8245.h index 6a0c68de4..cc6a6c9bf 100644 --- a/include/configs/utx8245.h +++ b/include/configs/utx8245.h @@ -49,6 +49,9 @@  #define CONFIG_MPC824X		1  #define CONFIG_MPC8245		1  #define CONFIG_UTX8245		1 + +#define	CONFIG_SYS_TEXT_BASE	0xFFF00000 +  #define DEBUG				1  #define CONFIG_IDENT_STRING     " [UTX5] " |