summaryrefslogtreecommitdiff
path: root/include/configs/lager.h
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-07 00:23:03 (GMT)
committerTom Rini <trini@ti.com>2014-02-19 16:10:05 (GMT)
commit627b73e2a79524836b1e933e37e014210ccb80a4 (patch)
tree33c32448ee6006a4e4917552e3fe8e92379e82c4 /include/configs/lager.h
parent3284c8b8cad9452bf0711f52699bc9a5aeb83319 (diff)
downloadu-boot-627b73e2a79524836b1e933e37e014210ccb80a4.tar.xz
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/lager.h')
-rw-r--r--include/configs/lager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 32a2655..b420e45 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -109,7 +109,6 @@
#define CONFIG_SYS_MONITOR_BASE 0x00000000
#define CONFIG_SYS_MONITOR_LEN (256 * 1024)
#define CONFIG_SYS_MALLOC_LEN (1 * 1024 * 1024)
-#define CONFIG_SYS_GBL_DATA_SIZE (256)
#define CONFIG_SYS_BOOTMAPSZ (8 * 1024 * 1024)
#if defined(CONFIG_SYS_USE_BOOT_NORFLASH)