Commit 3ad95ed6f87de048861ea8b9c3ab9a77e548d7b1

Authored by Michal Simek
1 parent 6f94daf915

microblaze: Fix tab indentation in start.S

Use tab instead of spaces.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/microblaze/cpu/start.S
... ... @@ -244,7 +244,7 @@
244 244 bneid r12, 1b
245 245 addi r5, r5, 4 /* Increment to next loc - relocate code */
246 246  
247   - /* R23 points to the base address. */
  247 + /* R23 points to the base address. */
248 248 add r23, r0, r7 /* Move reloc addr to r23 */
249 249 addi r24, r0, CONFIG_SYS_TEXT_BASE /* Get reloc offset */
250 250 rsub r23, r24, r23 /* keep - this is already here gd->reloc_off */