Re: [U-Boot] [PATCH v9] Introduced btrfs file-system with btrload command

2013-03-20 Thread Tom Rini
On Wed, Mar 20, 2013 at 04:55:00PM +, Adnan Ali wrote: > On 20/03/13 15:23, Tom Rini wrote: > >On Wed, Mar 20, 2013 at 04:10:05PM +0100, Wolfgang Denk wrote: > >>Dear Adnan Ali, > >> > >>In message <1363789411-9663-1-git-send-email-adnan@codethink.co.uk> you > >>wrote: > >>>Introduces btrf

Re: [U-Boot] [PATCH v9] Introduced btrfs file-system with btrload command

2013-03-20 Thread Adnan Ali
On 20/03/13 15:23, Tom Rini wrote: On Wed, Mar 20, 2013 at 04:10:05PM +0100, Wolfgang Denk wrote: Dear Adnan Ali, In message <1363789411-9663-1-git-send-email-adnan@codethink.co.uk> you wrote: Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This imp

Re: [U-Boot] [PATCH v9] Introduced btrfs file-system with btrload command

2013-03-20 Thread Tom Rini
On Wed, Mar 20, 2013 at 04:10:05PM +0100, Wolfgang Denk wrote: > Dear Adnan Ali, > > In message <1363789411-9663-1-git-send-email-adnan@codethink.co.uk> you > wrote: > > Introduces btrfs file-system to read file from > > volume/sub-volumes with btrload command. This > > implementation has rea

Re: [U-Boot] [PATCH v9] Introduced btrfs file-system with btrload command

2013-03-20 Thread Wolfgang Denk
Dear Adnan Ali, In message <1363789411-9663-1-git-send-email-adnan@codethink.co.uk> you wrote: > Introduces btrfs file-system to read file from > volume/sub-volumes with btrload command. This > implementation has read-only support. > This btrfs implementation is based on syslinux btrfs > code

[U-Boot] [PATCH v9] Introduced btrfs file-system with btrload command

2013-03-20 Thread Adnan Ali
Introduces btrfs file-system to read file from volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code, commit 269ebc845ebc8b46ef4b0be7fa0005c7fdb95b8d. v8: patch re-formated. v7: patch re-formated. v6: