# HG changeset patch # User gthomas # Date 1046305932 0 # Node ID 01bcbf116083d80fcf077b5f466f2249cfbed760 # Parent 68bb0bad05931c0bdb8b74998f092657bea88f14 Fix ROMRAM startup initialization. diff --git a/packages/hal/powerpc/ppc60x/current/ChangeLog b/packages/hal/powerpc/ppc60x/current/ChangeLog --- a/packages/hal/powerpc/ppc60x/current/ChangeLog +++ b/packages/hal/powerpc/ppc60x/current/ChangeLog @@ -1,3 +1,7 @@ +2003-02-26 Gary Thomas + + * include/variant.inc: Get proper initialization for ROMRAM startup. + 2003-01-02 Gary Thomas * include/var_cache.h: Define HAL_DCACHE_SYNC() - which had been diff --git a/packages/hal/powerpc/ppc60x/current/include/variant.inc b/packages/hal/powerpc/ppc60x/current/include/variant.inc --- 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))