diff options
Diffstat (limited to 'include/configs/BUBINGA405EP.h')
-rw-r--r-- | include/configs/BUBINGA405EP.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/BUBINGA405EP.h b/include/configs/BUBINGA405EP.h index 176a84a..f776a32 100644 --- a/include/configs/BUBINGA405EP.h +++ b/include/configs/BUBINGA405EP.h @@ -29,7 +29,7 @@ #define __CONFIG_H /* Debug options */ -//#define __DEBUG_START_FROM_SRAM__ +/*#define __DEBUG_START_FROM_SRAM__ */ @@ -259,7 +259,7 @@ #endif -//#define CFG_MONITOR_LEN (200 * 1024) /* Reserve 200 kB for Monitor */ +/*#define CFG_MONITOR_LEN (200 * 1024) /XXX* Reserve 200 kB for Monitor */ #define CFG_MONITOR_LEN (192 * 1024) /* Reserve 200 kB for Monitor */ #define CFG_MALLOC_LEN (128 * 1024) /* Reserve 128 kB for malloc() */ |