Author: jakllsch Date: Sun May 22 17:39:25 2011 New Revision: 6608 URL: https://tracker.coreboot.org/trac/coreboot/changeset/6608
Log: Ensure ck804 romstrap is 16-byte aligned. This alignment seems to be necessary for the chip to recognize it. Signed-off-by: Jonathan Kollasch <[email protected]> Acked-by: Jonathan Kollasch <[email protected]> Modified: trunk/src/southbridge/nvidia/ck804/romstrap.inc Modified: trunk/src/southbridge/nvidia/ck804/romstrap.inc ============================================================================== --- trunk/src/southbridge/nvidia/ck804/romstrap.inc Sun May 22 00:18:59 2011 (r6607) +++ trunk/src/southbridge/nvidia/ck804/romstrap.inc Sun May 22 17:39:25 2011 (r6608) @@ -21,6 +21,7 @@ .section ".romstrap", "a", @progbits + .align 4 .globl __romstrap_start __romstrap_start: rstables: -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

