From 06550b75e540b6a096fa9c82d56474d4fcf59d32 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Mon, 28 Jul 2003 21:17:25 +0000 Subject: deal with different reset vector addresses git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1052 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/ppc/init/crt0.S.lb | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/arch/ppc/init/crt0.S.lb b/src/arch/ppc/init/crt0.S.lb index 87b984b0f8..be54d03d20 100644 --- a/src/arch/ppc/init/crt0.S.lb +++ b/src/arch/ppc/init/crt0.S.lb @@ -5,26 +5,16 @@ #include "ppcreg.h" #include -.section ".rom.data", "a", @progbits -.section ".rom.text", "ax", @progbits +.section ".rom.reset", "ax", @progbits .globl _start -.type _start, @function -.globl __bss_end -.globl __start_address_check - - /* - * Locate at hreset vector - */ - .space (0x100) - _start: b system_reset - /* - * Space for exception table - */ - .space (0x3000) +%%EXCEPTION_VECTOR_TABLE%% + +.section ".rom.data", "a", @progbits +.section ".rom.text", "ax", @progbits system_reset: -- cgit v1.2.3