]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zboot: Create separate functions for the logic
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:30 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:16 +0000 (13:49 -0600)
commit42a99d0df66d3092dfc1c922de9143448a863118
tree378c34677504eb03e9a6c8e4886efb80e7942a82
parent228c6722d4468d8cd9a3688e657976968ee3cdb8
x86: zboot: Create separate functions for the logic

Separate out the commands from the logic. This will eventually allow
the logic to be used when CONFIG_CMDLINE is not enabled.

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