
14 Nov
2014
14 Nov
'14
12:24 a.m.
On Thu, Nov 13, 2014 at 9:16 PM, Stefano Babic sbabic@denx.de wrote:
mkimage is called with the .cfg file, and if it is removed, no imx image file is generated. I think that then the i.MX cannot boot, because the resulting image will miss the "magic number" in the headers as described in manuals. So I think that a minimal .cfg is required (without DCD and register setting) to let U-Boot build system to generate an imx image file.
Got it, so we can keep this minimal .cfg then. After this patch the spl .cfg it will only contain
IMAGE_VERSION 2 BOOT_FROM sd
Regards,
Fabio Estevam