Skip to content
Snippets Groups Projects
Commit 3ad95ed6 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Fix tab indentation in start.S


Use tab instead of spaces.

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 6f94daf9
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ relocate_code: ...@@ -244,7 +244,7 @@ relocate_code:
bneid r12, 1b bneid r12, 1b
addi r5, r5, 4 /* Increment to next loc - relocate code */ 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 */ add r23, r0, r7 /* Move reloc addr to r23 */
addi r24, r0, CONFIG_SYS_TEXT_BASE /* Get reloc offset */ addi r24, r0, CONFIG_SYS_TEXT_BASE /* Get reloc offset */
rsub r23, r24, r23 /* keep - this is already here gd->reloc_off */ rsub r23, r24, r23 /* keep - this is already here gd->reloc_off */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment