[U-Boot] [PATCH 1/3] fs/fat: Fix FAT detection to support non-DOS partition tables

Mike Frysinger vapier at gentoo.org
Tue Dec 20 19:20:45 CET 2011


On Tuesday 20 December 2011 12:41:12 Kyle Moffett wrote:
> --- a/fs/fat/fat.c
> +++ b/fs/fat/fat.c
> 
> +static disk_partition_t cur_part_info = {
> +	.start = 0,
> +	.size = 0,
> +	.blksz = 512,
> +	.name = "",
> +	.type = "",
> +};

there any way we could delay that initialization of blksz to runtime ?  if 
that wasn't there, cur_part_info would be in .bss instead of .data.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20111220/7364ba6f/attachment.pgp>


More information about the U-Boot mailing list