]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: move sandbox specifics to booti_setup()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 11 Jan 2024 08:03:43 +0000 (09:03 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 14:53:31 +0000 (08:53 -0600)
commit04fc470cf826cc2fc9a589ce68870b39415f9d12
tree8c6db0072d01a46285c21e8b62cd6606852409fc
parent233c31d7baecd6fdb3e287683019205af02aa221
sandbox: move sandbox specifics to booti_setup()

Instead of checking a configuration setting in booti_start() adjust the
sandbox implementation of booti_setup().

Write a console message when trying to run the booti command on the sandbox
indicating that it is not supported.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/sandbox/lib/bootm.c
cmd/booti.c