commit | 5854c9fb1ff99de4f8389ef2c78e0b496b794e32 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Feb 07 09:23:03 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 11:10:05 2014 -0500 |
tree | 33c32448ee6006a4e4917552e3fe8e92379e82c4 | |
parent | e7a579fa5123e251b054dd89dd2d5b18d9052a8f [diff] |
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>