diff options
Diffstat (limited to 'include/configs/PN62.h')
| -rw-r--r-- | include/configs/PN62.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/configs/PN62.h b/include/configs/PN62.h index 562c5c3a1..ed026ddf3 100644 --- a/include/configs/PN62.h +++ b/include/configs/PN62.h @@ -148,7 +148,7 @@  #undef	CONFIG_SYS_RAMBOOT  #define CONFIG_SYS_MONITOR_LEN		0x00030000 -#define CONFIG_SYS_MONITOR_BASE	TEXT_BASE +#define CONFIG_SYS_MONITOR_BASE	CONFIG_SYS_TEXT_BASE  /*#define CONFIG_SYS_GBL_DATA_SIZE    256*/  #define CONFIG_SYS_GBL_DATA_SIZE	128 |