]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Move some SPL-loading test-code into sandbox common
authorSimon Glass <sjg@chromium.org>
Wed, 7 Aug 2024 22:47:21 +0000 (16:47 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 9 Aug 2024 22:03:19 +0000 (16:03 -0600)
commit615d84b6ce0cf51363292ca527644d820aa0a813
tree28c3659e0a53f066db16db2fd5c194fac992fa48
parentd9f1b00bc7f6145dd9f2951dd2dc140a4b0a5472
test: Move some SPL-loading test-code into sandbox common

This code is useful for loading an image in sandbox_spl so move it into
a place where it can be called as needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c
arch/sandbox/include/asm/spl.h
test/image/spl_load_os.c