summaryrefslogtreecommitdiffstats
path: root/include/configs/km
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-02-07 09:23:03 +0900
committerTom Rini <trini@ti.com>2014-02-19 11:10:05 -0500
commit627b73e2a79524836b1e933e37e014210ccb80a4 (patch)
tree33c32448ee6006a4e4917552e3fe8e92379e82c4 /include/configs/km
parent3284c8b8cad9452bf0711f52699bc9a5aeb83319 (diff)
downloadblackbird-obmc-uboot-627b73e2a79524836b1e933e37e014210ccb80a4.tar.gz
blackbird-obmc-uboot-627b73e2a79524836b1e933e37e014210ccb80a4.zip
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/km')
-rw-r--r--include/configs/km/km83xx-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h
index 5e075c8dd2..ae6b6dcf24 100644
--- a/include/configs/km/km83xx-common.h
+++ b/include/configs/km/km83xx-common.h
@@ -84,7 +84,6 @@
#define CONFIG_SYS_INIT_RAM_LOCK
#define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */
#define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* End of used area in RAM */
-#define CONFIG_SYS_GBL_DATA_SIZE 0x100 /* num bytes initial data */
#define CONFIG_SYS_GBL_DATA_OFFSET (CONFIG_SYS_INIT_RAM_SIZE - \
GENERATED_GBL_DATA_SIZE)
OpenPOWER on IntegriCloud