[U-Boot] [PATCH v2] part_efi: fix protective mbr struct allocation
Tom Rini
trini at ti.com
Mon Feb 24 16:52:44 CET 2014
On Mon, Feb 24, 2014 at 04:46:05PM +0100, Lukasz Majewski wrote:
> Hi Tom,
>
> > The calloc() call was allocating space for the sizeof the struct
> > pointer rather than for the struct contents.
> > Besides, since this buffer is passed to mmc for writing and some
> > platforms may use cache, the legacy_mbr struct should be
> > cache-aligned.
>
> Is there any problem with this patch?
Just started re-reviewing this one today in fact, good timing.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140224/1644ca72/attachment.pgp>
More information about the U-Boot
mailing list