commit | 22eb7ba80e8789867bb1a103e1aa61765d6b0865 | [log] [tgz] |
---|---|---|
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | Sat Jan 29 18:27:03 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 03 12:15:33 2022 -0500 |
tree | 31851328bb9c47c5815daba9ac70e88d27194739 | |
parent | c1335e2ca5e3947a61d93c094fbb4a9be9afc4ff [diff] |
armv8: spl: Fix build with LINUX_KERNEL_IMAGE_HEADER Setting LINUX_KERNEL_IMAGE_HEADER=y attempts to include an ARM64 Linux kernel image header at the start of both U-Boot proper and SPL binaries. However, some definitions that the image header uses are not included by the SPL linker script, resulting in a build error. Include them the way they are included in U-Boot proper's linker script to fix the error. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>