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:
parent
40ad842ade
commit
6409a22586
|
@ -21,6 +21,7 @@
|
|||
.section ".romstrap", "a", @progbits
|
||||
|
||||
|
||||
.align 4
|
||||
.globl __romstrap_start
|
||||
__romstrap_start:
|
||||
rstables:
|
||||
|
|
Loading…
Reference in New Issue