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:
Jonathan Kollasch 2011-05-23 17:55:20 +00:00 committed by Jonathan A. Kollasch
parent 2c19f5d333
commit 4053e1412f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.section ".romstrap", "a", @progbits
.align 4
.align 16
.globl __romstrap_start
__romstrap_start:
rstables: