]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zboot: Drop intermediate zboot_setup() function
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:32 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:16 +0000 (13:49 -0600)
commitcb19931ee56f52779d6dba97a0934afe97167840
tree1b1f25fe514ca970a0c4028c0269e1b3595c0a6d
parentdb0c6f47c37f91db5a0caf27ebc870b8fe72c6aa
x86: zboot: Drop intermediate zboot_setup() function

Move error checking into the caller so that do_zboot_setup() can call
zboot_setup() directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/x86/zboot.c