]> git.dujemihanovic.xyz Git - u-boot.git/commit
lmb: Drop extra 16KB of stack space
authorSimon Glass <sjg@chromium.org>
Mon, 28 Oct 2024 12:47:59 +0000 (13:47 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Nov 2024 08:52:43 +0000 (09:52 +0100)
commit6e6a940c70b63c1d0e11221adb18973568ac9ec9
treed824b3c5f1e7955e5fef83f35b30c4bef701630c
parenta7a96a37cbd875994bc8d25adb0536bf00e4a30e
lmb: Drop extra 16KB of stack space

There is already a defined stack-size which is used to reserve space for
the stack. It is confusing to add more in the lmb module, since then the
memory map (with meminfo command) seems to have a hole in it.

Drop this unnecessary feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/lmb.c