]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: zboot: Avoid iteration in do_zboot_states()
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:29 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:16 +0000 (13:49 -0600)
commit228c6722d4468d8cd9a3688e657976968ee3cdb8
tree3bc39a64a6c810fd8d4ebb604d9d20a2d338fe8b
parent80d4c987576070082ed27da88aed732d42396135
x86: zboot: Avoid iteration in do_zboot_states()

Drop the iteration and write out each state in full. This will allow
the arguments to be reduced and adjusted in future patches.

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