commit | 61fcc7d2757bc5d6bf52739e4fc7132b5fa84efe | [log] [tgz] |
---|---|---|
author | Hector Palacios <hector.palacios@digi.com> | Thu Feb 13 09:48:24 2014 +0100 |
committer | Tom Rini <trini@ti.com> | Mon Feb 24 10:56:07 2014 -0500 |
tree | 962b8e81b6692c5266694597d674f531f9aa0887 | |
parent | 1674df60d17e0e72396c961d5390bb62b184ad95 [diff] |
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>