Ensure ck804 romstrap is 16-byte aligned.

This alignment seems to be necessary for the chip to recognize it.

Signed-off-by: Jonathan Kollasch <jakllsch@kollasch.net>
Acked-by: Jonathan Kollasch <jakllsch@kollasch.net>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6608 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jonathan Kollasch 2011-05-22 15:39:25 +00:00 committed by Jonathan A. Kollasch
parent 40ad842ade
commit 6409a22586
1 changed files with 1 additions and 0 deletions

View File

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