]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
FAT32: fix support for superfloppy-format (PBR)
authorWolfgang Denk <wd@denx.de>
Mon, 19 Jul 2010 09:36:57 +0000 (11:36 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 24 Jul 2010 18:53:43 +0000 (20:53 +0200)
commit66c2d73cfc901aa35e0331b2fd710b250151f966
tree36cd0dff7cca6db402795feedd708ee78fdab1cc
parenta17c548b5393c5e0b457d6e3043a85bde717f532
FAT32: fix support for superfloppy-format (PBR)

"Superfloppy" format (in U-Boot called PBR) did not work for FAT32 as
the file system type string is at a different location. Add support
for FAT32.

Signed-off-by: Wolfgang Denk <wd@denx.de>
disk/part_dos.c
disk/part_dos.h
fs/fat/fat.c