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

2015-08-22 Thread Hans de Goede
Hi, On 22-08-15 00:01, Stephen Warren wrote: On 08/21/2015 03:56 AM, Hans de Goede wrote: Hi, On 20-08-15 21:53, Stephen Warren wrote: > On 20-08-15 18:04, Hans de Goede wrote: ubifs does not go though the generic block layer because mtd devices are special, so the "any" filesystem option

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

2015-08-21 Thread Stephen Warren
On 08/21/2015 03:56 AM, Hans de Goede wrote: Hi, On 20-08-15 21:53, Stephen Warren wrote: > On 20-08-15 18:04, 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

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

2015-08-21 Thread Hans de Goede
Hi, On 20-08-15 21:53, Stephen Warren wrote: > On 20-08-15 18:04, 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 wh