bootrom: fix mix of spaces & tabs

This commit is contained in:
Philippe Teuwen
2019-03-09 10:42:03 +01:00
parent 2d1a077ae4
commit 248a861613
4 changed files with 271 additions and 271 deletions

View File

@@ -14,7 +14,7 @@
.global ram_start
ram_start:
ldr sp, =_stack_end
bl BootROM
ldr sp, =_stack_end
bl BootROM
.ltorg
.ltorg