aboutsummaryrefslogtreecommitdiff
path: root/include/spl.h
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2022-06-18 15:13:12 +0300
committerSimon Glass <sjg@chromium.org>2022-06-28 03:09:52 +0100
commit6516c9b349b3272c6c9cb7a4bdcfdef617d9f4ee (patch)
tree1d63baec6c7638b2fb2804aa8b4242f98f0afe10 /include/spl.h
parent367ecbf2d3b1c16a3b98b9f6430b8197d2bddbf9 (diff)
downloadu-boot-6516c9b349b3272c6c9cb7a4bdcfdef617d9f4ee.zip
u-boot-6516c9b349b3272c6c9cb7a4bdcfdef617d9f4ee.tar.gz
u-boot-6516c9b349b3272c6c9cb7a4bdcfdef617d9f4ee.tar.bz2
spl: binman: Disable u_boot_any symbols for i.MX8M boards
The i.MX8M boards use partially specified binman images which have an SPL entry without a U-Boot entry. This would normally cause an error due to the 'u_boot_any' binman symbols declared by BINMAN_UBOOT_SYMBOLS requiring a U-Boot-like entry in the same image as the SPL. However, a problem in the ARMv8 __image_copy_start symbol definition effectively disables binman from attempting to write any symbols at all, so everything appears to work fine until runtime. A future patch fixes the issue in the linker scripts, which lets binman fill in the symbols, which would result in the build error described above. Explicitly disable the 'u_boot_any' symbols for i.MX8M boards. They are already effectively unusable, and they are incompatible with the boards' current binman image descriptions. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'include/spl.h')
0 files changed, 0 insertions, 0 deletions