]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/highbank/highbank.c
omap5912-osk: Fix DRAM initialisation
[karo-tx-uboot.git] / board / highbank / highbank.c
index f41bf05a518c1da4b2134639b67f2cfb1e33c72f..09cd45d3744154722d39dd4f5c1cb8dbe3fe2570 100644 (file)
@@ -88,5 +88,6 @@ void dram_init_banksize(void)
 void reset_cpu(ulong addr)
 {
        writel(HB_PWR_HARD_RESET, HB_SREG_A9_PWR_REQ);
-       asm("   wfi");
+
+       wfi();
 }