diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-07 09:23:03 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-19 11:10:05 -0500 |
commit | 627b73e2a79524836b1e933e37e014210ccb80a4 (patch) | |
tree | 33c32448ee6006a4e4917552e3fe8e92379e82c4 /include/configs/mxs.h | |
parent | 3284c8b8cad9452bf0711f52699bc9a5aeb83319 (diff) | |
download | u-boot-627b73e2a79524836b1e933e37e014210ccb80a4.tar.gz |
configs: Delete obsolete macro, CONFIG_SYS_GBL_DATA_SIZE
CONFIG_SYS_GBL_DATA_SIZE is not used any more.
The size of struct "global_data" is automatically calculated
by asm-offsets. (See lib/asm-offsets.c)
GENERATED_GBL_DATA_SIZE should be used instead of
CONFIG_SYS_GBL_DATA_SIZE.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'include/configs/mxs.h')
-rw-r--r-- | include/configs/mxs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 363b277635..55ecef92a9 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -59,7 +59,6 @@ /* Memory sizes */ #define CONFIG_SYS_MALLOC_LEN 0x00400000 /* 4 MB for malloc */ -#define CONFIG_SYS_GBL_DATA_SIZE 128 /* Initial data */ #define CONFIG_SYS_MEMTEST_START 0x40000000 /* Memtest start adr */ #define CONFIG_SYS_MEMTEST_END 0x40400000 /* 4 MB RAM test */ |