Correct implementation of r6608.
(.align actually takes its argument in bytes) Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net> Acked-by: Jonathan Kollasch <jakllsch@kollasch.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6610 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2c19f5d333
commit
4053e1412f
|
@ -21,7 +21,7 @@
|
||||||
.section ".romstrap", "a", @progbits
|
.section ".romstrap", "a", @progbits
|
||||||
|
|
||||||
|
|
||||||
.align 4
|
.align 16
|
||||||
.globl __romstrap_start
|
.globl __romstrap_start
|
||||||
__romstrap_start:
|
__romstrap_start:
|
||||||
rstables:
|
rstables:
|
||||||
|
|
Loading…
Reference in New Issue