blackfin: add bf60x to current framework
[firefly-linux-kernel-4.4.55.git] / arch / blackfin / mach-common / head.S
index 8b4d9885440359a6871801fa0affc74da3c78904..31515f0146f97484b0ce4014ce58016029a21578 100644 (file)
@@ -210,14 +210,12 @@ ENDPROC(__start)
 ENTRY(_real_start)
        /* Enable nested interrupts */
        [--sp] = reti;
-
        /* watchdog off for now */
        p0.l = lo(WDOG_CTL);
        p0.h = hi(WDOG_CTL);
        r0 = 0xAD6(z);
        w[p0] = r0;
        ssync;
-
        /* Pass the u-boot arguments to the global value command line */
        R0 = R7;
        call _cmdline_init;