microblaze: Fix tab indentation in start.S
authorMichal Simek <michal.simek@xilinx.com>
Mon, 21 Oct 2019 10:20:16 +0000 (12:20 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Oct 2019 11:37:03 +0000 (13:37 +0200)
Use tab instead of spaces.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/start.S

index 22903e3bc4e5e403975e09788e4b6f343dee700e..cbec299b7d8b7e4b28e2bd726e9c04d4aab0a9fa 100644 (file)
@@ -244,7 +244,7 @@ relocate_code:
        bneid   r12, 1b
        addi    r5, r5, 4 /* Increment to next loc - relocate code */
 
-       /* R23 points to the base address. */
+       /* R23 points to the base address. */
        add     r23, r0, r7 /* Move reloc addr to r23 */
        addi    r24, r0, CONFIG_SYS_TEXT_BASE /* Get reloc offset */
        rsub    r23, r24, r23 /* keep - this is already here gd->reloc_off */