CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/12/04 05:31:14
Modified files: sys/arch/armv7/omap: ommmc.c Log message: Looks like the eMMC does no like block read request lower than block size. Rever the bsize to default 512 to fix the problem while a proper fix is worked on. Spotted by rapha@ ok rapha@, fgsch@