diff packages/hal/arm/arch/current/src/vectors.S @ 108:ff3f181b64bd ecos-sw-2000-07-04

Merge from eCos master repository on 2000-07-04-20:42:44-BST
author jlarmour
date Tue, 04 Jul 2000 20:17:21 +0000
parents 95f3e12a6327
children 84e4bde58b26
line wrap: on
line diff
--- a/packages/hal/arm/arch/current/src/vectors.S
+++ b/packages/hal/arm/arch/current/src/vectors.S
@@ -231,9 +231,11 @@ warm_reset:
         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