Skip to content
Snippets Groups Projects
Commit 627b73e2 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 3284c8b8
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 44 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment