Hello Team NXP,
I have successfully ported u-boot to my custom board which is based on iMX8M-Mini EVK.
I have managed to build u-boot and generate required files for building flash.bin.
- U-Boot:
u-boot-nodtb.bin
u-boot-spl.bin
U-Boot DTB file (e.g. imx8mm-<custom-board>.dtb)
wrf to above list, I have added custom board's dtb file.
Now while running,
make SOC=<SoC Name> flash_hdmi_spl_uboot
I running into error as below,
What am I missing, do I need to add custom rule in soc.mak for my custom board.