]> git.dujemihanovic.xyz Git - u-boot.git/commit
global_data: log: Reorder and shrink fields
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:19:17 +0000 (10:19 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000 (14:05 -0600)
commitc283a2664eaa328a3767db667a7916c6d9021784
treef858a41a72f1fb4f40f2af4fdcd9c0b8b5cacdd0
parent5aa828e3c68b17c9330bc360332dfcda713b408b
global_data: log: Reorder and shrink fields

Some of the logging fields are larger than they need to be. Shrink them
and adjust the ordering to improve alignment.

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