Skip to content
  • Roger Quadros's avatar
    ahci: Fix cache align error messages · 2faf5fb8
    Roger Quadros authored
    
    
    Align the ATA ID buffer to the cache-line boundary. This gets rid
    of the below error mesages on ARM v7 platforms.
    
     scanning bus for devices...
     ERROR: v7_dcache_inval_range - start address is not aligned - 0xfee48618
     ERROR: v7_dcache_inval_range - stop address is not aligned - 0xfee48818
    
    CC: Aneesh V <aneesh@ti.com>
    Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
    2faf5fb8