Deleted pieces of code detect MBR-containig device as a FAT-type device,
if it's first partition contains a FAT filesystem. So, one can mount the first
partition of a hard drive containing FAT FS using the following command:
barebox: mount /dev/ata0.0 /mnt/0
as well as this one:
bar
On Wed, 7 Oct 2015 17:40:24 +0200
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 17:40 Wed 07 Oct , Peter Mamonov wrote:
> > On Wed, 7 Oct 2015 15:47:03 +0200
> > Jean-Christophe PLAGNIOL-VILLARD wrote:
> >
> > > On 18:58 Tue 22 Sep , Peter Mamonov wrote:
> > > > Signed-off-by: Peter Mamo
---
fs/fs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/fs.c b/fs/fs.c
index c041e41..6283cea 100644
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -1201,7 +1201,7 @@ EXPORT_SYMBOL(register_fs_driver);
static const char *detect_fs(const char *filename)
{
- enum filetype type =
On 17:40 Wed 07 Oct , Peter Mamonov wrote:
> On Wed, 7 Oct 2015 15:47:03 +0200
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>
> > On 18:58 Tue 22 Sep , Peter Mamonov wrote:
> > > Signed-off-by: Peter Mamonov
> > > ---
> > > drivers/usb/host/ehci-hcd.c | 6 +++---
> > > 1 file changed, 3 in
On Wed, 7 Oct 2015 15:47:03 +0200
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 18:58 Tue 22 Sep , Peter Mamonov wrote:
> > Signed-off-by: Peter Mamonov
> > ---
> > drivers/usb/host/ehci-hcd.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/drivers/usb/h
On 18:58 Tue 22 Sep , Peter Mamonov wrote:
> Signed-off-by: Peter Mamonov
> ---
> drivers/usb/host/ehci-hcd.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
> index d6df7b8..03d6150 100644
> --- a/drive
On Wed, Oct 07, 2015 at 08:34:51AM +0200, Sascha Hauer wrote:
> Hi Markus,
>
> On Fri, Oct 02, 2015 at 02:35:01PM +0200, Markus Pargmann wrote:
> > This patch adds the proper inline function for CONFIG_PARAMETER && !
> > CONFIG_NET.
> >
> > Signed-off-by: Markus Pargmann
> > ---
> > include/par