
Hi Fabio,
On 14/11/2014 00:24, Fabio Estevam wrote:
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
Perfect ! I think that other boards can use this minimal setup as well. What do you think to move it into imx-common ?
Best regards, Stefano Babic