Skip to content
Snippets Groups Projects
Forked from Reform / reform-boundary-uboot
27407 commits behind the upstream repository.
  • Vasili Galka's avatar
    a91fd001
    blackfin: Add more dcache functions · a91fd001
    Vasili Galka authored
    
    Add invalidate_dcache_range() and flush_dcache_range() for the blackfin
    architecture. Such functions already exist on this arch with different
    names, so just forward the call.
    
    This fixes the build of bf609-ezkit board as it uses
    drivers/net/designware.c which requires the above functions.
    
    Cc: Sonic Zhang <sonic.adi@gmail.com>, Alexey Brodkin <abrodkin@synopsys.com>
    Signed-off-by: default avatarVasili Galka <vvv444@gmail.com>
    a91fd001
    History
    blackfin: Add more dcache functions
    Vasili Galka authored
    
    Add invalidate_dcache_range() and flush_dcache_range() for the blackfin
    architecture. Such functions already exist on this arch with different
    names, so just forward the call.
    
    This fixes the build of bf609-ezkit board as it uses
    drivers/net/designware.c which requires the above functions.
    
    Cc: Sonic Zhang <sonic.adi@gmail.com>, Alexey Brodkin <abrodkin@synopsys.com>
    Signed-off-by: default avatarVasili Galka <vvv444@gmail.com>
cache.c 2.52 KiB