diff options
Diffstat (limited to 'include/configs/csb226.h')
-rw-r--r-- | include/configs/csb226.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/csb226.h b/include/configs/csb226.h index 879607cb56..1b39d23c88 100644 --- a/include/configs/csb226.h +++ b/include/configs/csb226.h @@ -94,6 +94,7 @@ * */ #define CFG_MALLOC_LEN (128*1024) +#define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */ #define CFG_LONGHELP /* undef to save memory */ #define CFG_PROMPT "uboot> " /* Monitor Command Prompt */ |