commit | 735b1cfeb2308d9114af1140b703be91b604c09e | [log] [tgz] |
---|---|---|
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | Mon Jan 05 18:13:38 2015 +0100 |
committer | Tom Rini <trini@ti.com> | Thu Jan 29 13:37:24 2015 -0500 |
tree | 978da7cf6ecd73e47c048cf1930c5cb9f7c64b58 | |
parent | e86df6ef4f392879c0654e91e6c94801911491a9 [diff] |
config_distro_bootcmd: Scan all partitions for boot files Not all devices use the convention that the boot scripts are on the first partition. For example on chromebooks it seems common for the first two partitions to be ChromeOS kernel partitions. So instead of just the first partition scan all partitions on a device with a filesystem u-boot can recognize. Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>