Re: [U-Boot] [PATCH v2 4/4] distro_bootcmd: Add support for booting from ubifs

2015-09-14 Thread Hans de Goede
Hi, On 01-09-15 22:13, Stephen Warren wrote: On 08/22/2015 11:04 AM, Hans de Goede wrote: From: Roy Spliet Under the assumptions of having a UBI volume called boot, containing a ubifs filesystem. Signed-off-by: Hans de Goede I'd expect the person in the "From:" line above to have an s-o-b

Re: [U-Boot] [PATCH v2 4/4] distro_bootcmd: Add support for booting from ubifs

2015-09-01 Thread Stephen Warren
On 08/22/2015 11:04 AM, Hans de Goede wrote: > From: Roy Spliet > > Under the assumptions of having a UBI volume called boot, containing > a ubifs filesystem. > > Signed-off-by: Hans de Goede I'd expect the person in the "From:" line above to have an s-o-b line too. If the patch has changed so

[U-Boot] [PATCH v2 4/4] distro_bootcmd: Add support for booting from ubifs

2015-08-22 Thread Hans de Goede
From: Roy Spliet Under the assumptions of having a UBI volume called boot, containing a ubifs filesystem. Signed-off-by: Hans de Goede --- include/config_distro_bootcmd.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/include/config_distro_bootcmd.h b/include/config_d