X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2FBuS%2FEB%2BMCF-EV123%2Fflash.c;h=5e2647ddadffe61e3729d29d2ff5c9a9f0940f23;hb=42fd5f87b1613d3039f57e93c16f760a768d3e84;hp=ba76bef12e4be5ff525a9d9f5f4395893c407d6a;hpb=41ec8b1803804b7e0644d07af4977c339a575b80;p=oweals%2Fu-boot.git diff --git a/board/BuS/EB+MCF-EV123/flash.c b/board/BuS/EB+MCF-EV123/flash.c index ba76bef12e..5e2647ddad 100644 --- a/board/BuS/EB+MCF-EV123/flash.c +++ b/board/BuS/EB+MCF-EV123/flash.c @@ -256,7 +256,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last) enable_interrupts (); if (cflag) - icache_enable (); + icache_enable (); return rc; }