commit | bf4af11bd3b5151e29abdb6cddcb6f42458e0668 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Dec 03 17:29:26 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 13:49:15 2024 -0600 |
tree | 8b9abd35743474fd08a6e77e3ff67fdaae8e2dd0 | |
parent | 35ee068ae7dce46a7429884b7c136dd44a8cf3f0 [diff] |
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>