diff packages/hal/arm/arch/current/src/vectors.S @ 145:2e9a636d9de9 ecos-sw-2000-12-21

Merge from eCos master repository on 2000-12-21-14:18:40-GMT
author jlarmour
date Fri, 22 Dec 2000 02:37:28 +0000
parents 0ae0bc38e387
children 8f2f7615e727
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/vectors.S
+++ b/packages/hal/arm/arch/current/src/vectors.S
@@ -229,14 +229,6 @@ warm_reset:
         LED 7
 
         mov     r0,#0           // move vectors
-        // We cannot perform a store until after PLATFORM_SETUP1
-#ifndef CYGPKG_HAL_ARM_EBSA285  // EBSA285 sets the DRAM size above
-#ifndef CYGPKG_HAL_ARM_SA11X0   // SA11x0 also uses this
-        ldr     r1,=hal_dram_size
-        str     r0, [r1]        // DRAM size to zero => unknown
-#endif
-#endif
-
         ldr     r1,=__exception_handlers
 #ifndef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
         // Wait with this if stubs are included (see further down).