diff options
Diffstat (limited to 'include/configs/lart.h')
-rw-r--r-- | include/configs/lart.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/lart.h b/include/configs/lart.h index 32153fc..c98f377 100644 --- a/include/configs/lart.h +++ b/include/configs/lart.h @@ -46,6 +46,7 @@ * Size of malloc() pool */ #define CFG_MALLOC_LEN (CFG_ENV_SIZE + 128*1024) +#define CFG_GBL_DATA_SIZE 128 /* size in bytes reserved for initial data */ /* * Hardware drivers |