]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
part_efi: fix protective mbr struct allocation
authorHector Palacios <hector.palacios@digi.com>
Thu, 13 Feb 2014 08:48:24 +0000 (09:48 +0100)
committerTom Rini <trini@ti.com>
Mon, 24 Feb 2014 15:56:07 +0000 (10:56 -0500)
commit61fcc7d2757bc5d6bf52739e4fc7132b5fa84efe
tree962b8e81b6692c5266694597d674f531f9aa0887
parent1674df60d17e0e72396c961d5390bb62b184ad95
part_efi: fix protective mbr struct allocation

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.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
disk/part_efi.c