WS cleanup: remove SPACE(s) followed by TAB
[platform/kernel/u-boot.git] / arch / arm / cpu / armv8 / fsl-layerscape / lowlevel.S
index a519f6e..3aa1a9c 100644 (file)
@@ -192,6 +192,7 @@ ENTRY(lowlevel_init)
 #endif
 
        /* Initialize GIC Secure Bank Status */
+#if !defined(CONFIG_SPL_BUILD)
 #if defined(CONFIG_GICV2) || defined(CONFIG_GICV3)
        branch_if_slave x0, 1f
        bl      get_gic_offset
@@ -205,6 +206,7 @@ ENTRY(lowlevel_init)
        bl      gic_init_secure_percpu
 #endif
 #endif
+#endif
 
 100:
        branch_if_master x0, x1, 2f
@@ -248,7 +250,7 @@ ENTRY(lowlevel_init)
         * b. We use only Region0 whose NSAID write/read is EN
         *
         * NOTE: As per the CCSR map doc, TZASC 3 and TZASC 4 are just
-        *       placeholders.
+        *       placeholders.
         */
 
 .macro tzasc_prog, xreg
@@ -257,7 +259,7 @@ ENTRY(lowlevel_init)
        mov     x16, #0x10000
        mul     x14, \xreg, x16
        add     x14, x14,x12
-       mov     x1, #0x8
+       mov     x1, #0x8
        add     x1, x1, x14
 
        ldr     w0, [x1]                /* Filter 0 Gate Keeper Register */