]> git.dujemihanovic.xyz Git - u-boot.git/commit
global_data: Collect common fields at the top
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:19:14 +0000 (10:19 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000 (14:05 -0600)
commitcd4f9eb514223dded348e90c81f19d1a9c9e03ce
tree1e71552eebb8a35493c013b6857e0de8186b7b77
parent2e9313179a846b581c0fc3f6a49e19f3d343efa8
global_data: Collect common fields at the top

Move all the fields which are always present to the top of the struct,
so we can potentially save some space by taking note of alignment.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/asm-generic/global_data.h