summaryrefslogtreecommitdiff
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2019-10-21 12:20:16 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-10-24 13:37:03 +0200
commit3ad95ed6f87de048861ea8b9c3ab9a77e548d7b1 (patch)
tree4d7a536220de7b8ea731a45357ca6f5b2e5e2d8b /arch/microblaze
parent6f94daf9151e76f68a2a46d15862e232436a14e3 (diff)
microblaze: Fix tab indentation in start.S
Use tab instead of spaces. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/cpu/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/cpu/start.S b/arch/microblaze/cpu/start.S
index 22903e3bc4..cbec299b7d 100644
--- a/arch/microblaze/cpu/start.S
+++ b/arch/microblaze/cpu/start.S
@@ -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 */