changeset 770:01bcbf116083

Fix ROMRAM startup initialization.
author gthomas
date Thu, 27 Feb 2003 00:32:12 +0000
parents 68bb0bad0593
children 710133d0d4c0
files packages/hal/powerpc/ppc60x/current/ChangeLog packages/hal/powerpc/ppc60x/current/include/variant.inc
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/powerpc/ppc60x/current/ChangeLog
+++ b/packages/hal/powerpc/ppc60x/current/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-26  Gary Thomas  <gary@mlbassoc.com>
+
+	* include/variant.inc: Get proper initialization for ROMRAM startup.
+
 2003-01-02  Gary Thomas  <gary@mlbassoc.com>
 
 	* include/var_cache.h: Define HAL_DCACHE_SYNC() - which had been
--- a/packages/hal/powerpc/ppc60x/current/include/variant.inc
+++ b/packages/hal/powerpc/ppc60x/current/include/variant.inc
@@ -94,6 +94,7 @@
 #ifndef CYGPKG_HAL_PPC_MON_DEFINED
 
 #if     defined(CYG_HAL_STARTUP_ROM) ||                 \
+        defined(CYG_HAL_STARTUP_ROMRAM) ||              \
         (       defined(CYG_HAL_STARTUP_RAM) &&         \
                 !defined(CYGSEM_HAL_USE_ROM_MONITOR))