]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: zboot: Move environment setting into zboot_load()
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:31 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:16 +0000 (13:49 -0600)
commitdb0c6f47c37f91db5a0caf27ebc870b8fe72c6aa
treeed6d62e0e7a3b844e544c16786e5a65339b6154d
parent42a99d0df66d3092dfc1c922de9143448a863118
x86: zboot: Move environment setting into zboot_load()

The only difference between the command and the underlying logic is the
setting of envrionment variables. Move this out of the command
processing since it needs to be done in any case.

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