diff options
author | Heiko Schocher <hs@denx.de> | 2024-11-23 17:52:49 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-11-25 23:07:37 -0300 |
commit | 645a42d7ee88dc8c3848c15d178b0f111c636933 (patch) | |
tree | ea05cf64e2ba56b722218d5cda57983b36b54c82 /lib/tiny-printf.c | |
parent | 1f70e5a0e892464f5365a781b088388a10d0834f (diff) |
imx8qxp: Fix build when using SPL
imx8qxp based boards which use SPL drop error when
calling make all:
"""
Writing image to './flash.bin'
Node '/binman/imx-boot/spl': GetData: size 0x0
Node '/binman/imx-boot': GetPaddedDataForEntry: size 0x0
Node '/binman/imx-boot': GetData: 1 entries, total size 0x0
Node '/binman/imx-boot': GetPaddedDataForEntry: size 0x0
Wrote 0x0 bytes
Image 'imx-boot' is missing external blobs and is non-functional: spl
/binman/imx-boot/spl (spl.bin):
Missing blob
Some images are invalid
"""
Guard creation of flash.bin with CONFIG_XPL_BUILD option.
Signed-off-by: Heiko Schocher <hs@denx.de>
Fixes: c9713c155127 ("imx8-u-boot: Fix SPL guard option")
Diffstat (limited to 'lib/tiny-printf.c')
0 files changed, 0 insertions, 0 deletions