[U-Boot] [PATCH] mxs: mxsboot: Add support for SD card generation for i.MX23
Marek Vasut
marex at denx.de
Thu Jan 24 18:56:34 CET 2013
Dear Otavio Salvador,
> The mxsboot now receives the SoC type as parameter to generate binary
> compatible with the SoC. Currently the NAND support has not been add
> for i.MX23 as it is not yet supported in U-Boot.
Please fix the NAND support as well, then resubmit.
The patch basically does dd if=u-boot.sb ... bs=512 seek=4 ; any kind of
information can be stored in those first four blocks and the mx23 bootrom
ignores it, so what's the gain of this?
I wonder, will MX28 bootrom ignore them as well? Then maybe we can get rid of
all this SD-specific junk.
Furthermore, I'd like to see all of this reworked as another plugin for mkimage.
Best regards,
Marek Vasut
More information about the U-Boot
mailing list