src/mb: Remove unneeded spaces before/after tabs
Change-Id: I02979a0632a7b356985f96c3ba239daba178b4e3 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39989 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a0722870a8
commit
fd8de1860d
17 changed files with 36 additions and 36 deletions
|
|
@ -24,7 +24,7 @@ ENTRY(_start)
|
|||
dmb sy
|
||||
|
||||
/* Calculate relocation offset between bootblock in flash and in DRAM. */
|
||||
ldr x0, =_flash
|
||||
ldr x0, =_flash
|
||||
ldr x1, =_bootblock
|
||||
sub x1, x1, x0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue