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

2013-03-14 Thread Adnan Ali
Hi On 13/03/13 22:03, Simon Glass wrote: Hi Adnan, On Wed, Mar 13, 2013 at 4:48 AM, Adnan Ali 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, com

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

2013-03-13 Thread Simon Glass
Hi Adnan, On Wed, Mar 13, 2013 at 4:48 AM, Adnan Ali 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, commit 269ebc845ebc8b46ef4b0be7fa0005

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

2013-03-13 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. v6: patch re-formated. v5: merged with master. v4: