Dear Anton Staaf, In message <[email protected]> you wrote: > Currently the mmc_change_freq and mmc_startup functions allocates > buffers on the stack that are passed down to the MMC device driver. > These buffers could be unaligned to the L1 dcache line size. This > causes problems when using DMA and with caches enabled. > > This patch correctly cache alignes the buffers used for reading the > ext_csd data from an MMC device. > > Signed-off-by: Anton Staaf <[email protected]> > Cc: Lukasz Majewski <[email protected]> > Cc: Mike Frysinger <[email protected]> > Cc: Albert ARIBAUD <[email protected]> > --- > drivers/mmc/mmc.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 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] HEALTH WARNING: Care Should Be Taken When Lifting This Product, Since Its Mass, and Thus Its Weight, Is Dependent on Its Velocity Relative to the User. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

