commit | b593649b78de03c9cd3455fcc502b6b60bcde09a | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Wed Jan 14 10:42:41 2015 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Thu Jan 29 17:42:27 2015 +0100 |
tree | 3939d8a7fd8198f03508c273f557a04204e1ebf4 | |
parent | c543aeeec2d7e450ec92766a10c5218ce163146b [diff] |
arm: mx6: cm-fx6: expand boot sequence Expand boot sequence to the following order: 1) mmc boot: mmc boot script, then mmc bootm, then mmc bootz. 2) usb boot: usb boot script. 3) sata boot: sata boot script, sata bootm, sata bootz. 4) nand boot: nand bootm, then nand bootz. Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il> Cc: Stefano Babic <sbabic@denx.de> Cc: Igor Grinberg <grinberg@compulab.co.il> Acked-by: Igor Grinberg <grinberg@compulab.co.il>