Dear Anton Staaf, In message <[email protected]> you wrote: > Currently part_efi.c allocates buffers for the gpt_header, the > legacy_mbr, and the pte (partition table entry) that may be > incorrectly aligned for DMA operations. > > This patch uses ALLOC_CACHE_ALIGN_BUFFER for the stack allocated > buffers and memalign to replace the malloc of the pte. > > Signed-off-by: Anton Staaf <[email protected]> > Cc: Lukasz Majewski <[email protected]> > Cc: Mike Frysinger <[email protected]> > Cc: Albert ARIBAUD <[email protected]> > --- > disk/part_efi.c | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] In the strict scientific sense we all feed on death -- even vegetarians. -- Spock, "Wolf in the Fold", stardate 3615.4 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

