commit | f6eb836e8411daecfa68d410d69832f54f31a985 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Mon Aug 29 00:56:05 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 06 13:41:43 2016 -0400 |
tree | 098432acb419e5093748a6aacf999e977a252c60 | |
parent | fa2f81b06f666710c756d25297d7a9ca48c65935 [diff] |
omap3_pandora: Fix mmc loading of autoboot script to use correct syntax. fatload/ext2load both require that the device and partition be specified after specifying the device type. Specify the first partition on mmc device 0, which is the only mmc device currently configured on the pandora. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Acked-by: Grazvydas Ignotas <notasas@gmail.com>