]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: zboot: Move zimage definitions to the header file
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2023 00:29:26 +0000 (17:29 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 10 Apr 2024 19:49:15 +0000 (13:49 -0600)
commite4255f45c94f8195505032fcf6c709ef7f1f7351
tree8b9abd35743474fd08a6e77e3ff67fdaae8e2dd0
parentf4449038f68578be553cc120360344f0d72b7a0a
x86: zboot: Move zimage definitions to the header file

In preparation for splitting the zboot-command code into a separate
file, move the definitions into the header file.

While we are here, mention when load_address and base_ptr are set up
and explain bzimage_addr better. Make cmdline const since it cannot be
changed.

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