
19 Feb
2014
19 Feb
'14
10:09 p.m.
On Fri, Feb 07, 2014 at 09:23:03AM +0900, Masahiro Yamada wrote:
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
Applied to u-boot/master, thanks!
--
Tom