From 99f217daf307b3cd963bcbce8eb7b025d58f734e Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Tue, 31 Jul 2012 10:26:12 -0500 Subject: Support for master winkle. RTC: 44730 Change-Id: Ifaeecc659e1bfd8ded4744dc591fc993471519ba Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1471 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning Reviewed-by: A. Patrick Williams III --- src/kernel.ld | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/kernel.ld') diff --git a/src/kernel.ld b/src/kernel.ld index 368605e9b..3f9060548 100644 --- a/src/kernel.ld +++ b/src/kernel.ld @@ -5,7 +5,7 @@ * * IBM CONFIDENTIAL * - * COPYRIGHT International Business Machines Corp. 2010 - 2011 + * COPYRIGHT International Business Machines Corp. 2010-2012 * * p1 * @@ -19,7 +19,7 @@ * * Origin: 30 * - * IBM_PROLOG_END + * IBM_PROLOG_END_TAG */ base_load_address = 0x00000000; text_load_address = 0x00003000; @@ -31,6 +31,7 @@ SECTIONS .text ALIGN(0x1000): { *(.text.intvects) . = text_load_address; + *(.text.kernelasm) *(.text) *(.text._*) *(.rodata) -- cgit v1.2.1