]> git.dujemihanovic.xyz Git - u-boot.git/commit
mcheck: introduce mcheck_on_ramrelocation(.)
authorEugene Uriev <eugeneuriev@gmail.com>
Sun, 31 Mar 2024 20:03:25 +0000 (23:03 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 22:23:06 +0000 (16:23 -0600)
commit7bceb16106e5db971e3b9c457d6274f7dbd76f7d
treeed7ac438d91b0649a7dae9671296ebfc11d3e520
parent18c1bfafe0ccdd3229d91bbb07ed942e9f233f93
mcheck: introduce mcheck_on_ramrelocation(.)

The using of pre-reloc/malloc_simple heap is
too hard to follow after the relocation.

So lets drop it from the pedantic registry
and switch to dlmalloc, when moved.

The offset is ignored, but kept in the API
for the probable case, when that early
heap is relocated too.

Signed-off-by: Eugene Uriev <eugeneuriev@gmail.com>
common/board_f.c
common/mcheck_core.inc.h