From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S') diff --git a/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S b/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S index 6e9db56afe..7352d30123 100644 --- a/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S +++ b/c/src/lib/libbsp/arm/arm_bare_bsp/start/start.S @@ -29,18 +29,15 @@ .equ I_Bit, 0x80 .equ F_Bit, 0x40 - .text .globl _start - _start: /* * Here is the code to initialize the low-level BSP environment * (Chip Select, PLL, ....?) - /* Copy data from FLASH to RAM */ LDR r0, =_initdata /* load address of region */ LDR r1, =0x400000 /* execution address of region */ @@ -61,7 +58,6 @@ zi_init: STRLOT r2, [r0], #4 BLO zi_init - /* Load basic ARM7 interrupt table */ VectorInit: MOV R8, #0 -- cgit v1.2.3