]> git.dujemihanovic.xyz Git - u-boot.git/commit
global_data: Reduce size of early-malloc vars
authorSimon Glass <sjg@chromium.org>
Fri, 23 Aug 2024 20:27:04 +0000 (14:27 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:06:08 +0000 (14:06 -0600)
commit92aa3ec321b50065d954185f38a1f38734a5ff0b
tree49c211da7561f13fb09b60863a8f89e7b9551f39
parentc283a2664eaa328a3767db667a7916c6d9021784
global_data: Reduce size of early-malloc vars

The early malloc region is normally quite small and is certainly less
than 4GB, so use a 32-bit value for the limit and pointer. Update the
comments for clarity while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/lib/bdinfo.c
common/board_r.c
common/malloc_simple.c
common/spl/spl.c
include/asm-generic/global_data.h