
25 Feb
2014
25 Feb
'14
2:57 p.m.
On Thu, Feb 13, 2014 at 09:48:24AM +0100, Hector Palacios wrote:
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
Applied to u-boot/master, thanks!
--
Tom