Re: [U-Boot] [PATCH 1/3] sysboot: Add support for ubifs to the sysboot command

2015-08-20 Thread Stephen Warren
On 08/20/2015 10:04 AM, Hans de Goede wrote: ubifs does not go though the generic block layer because mtd devices are special, so the "any" filesystem option to sysboot does not work, this adds support for a "ubifs" filesystem to the sysboot command which makes it possible to boot from ubifs usin

[U-Boot] [PATCH 1/3] sysboot: Add support for ubifs to the sysboot command

2015-08-20 Thread Hans de Goede
ubifs does not go though the generic block layer because mtd devices are special, so the "any" filesystem option to sysboot does not work, this adds support for a "ubifs" filesystem to the sysboot command which makes it possible to boot from ubifs using an extlinux.conf file. Signed-off-by: Hans d