[U-Boot] [PATCH] Support for devices with FAT32 PBR

2010-05-06 Thread Igor Luri
This patch adds support for devices that have a FAT32 PBR. Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -77,7

[U-Boot] [PATCH] Support for devices with FAT32 PBR

2010-05-06 Thread Igor Luri
This patch adds support for devices that have a FAT32 PBR. Signed-off-by: Igor Luri --- disk/part_dos.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/disk/part_dos.c b/disk/part_dos.c index 887b75e..d91f773 100644 --- a/disk/part_dos.c +++ b/disk/part_dos.c @@ -77,