Mercurial > nand-ecoscentric
diff packages/hal/powerpc/mbx/current/src/mbx.S @ 62:7a6ac9edc838 ecos-sw-2000-01-24
Merge from eCos master repository on 2000-01-24-19:43:49-GMT
| author | jlarmour |
|---|---|
| date | Mon, 24 Jan 2000 21:43:17 +0000 |
| parents | e7ba79f6d3a8 |
| children | c38311975d4f |
line wrap: on
line diff
--- a/packages/hal/powerpc/mbx/current/src/mbx.S +++ b/packages/hal/powerpc/mbx/current/src/mbx.S @@ -71,7 +71,7 @@ # define CYGPRI_DO_PROGRAM_UPMS #endif -#if defined(CYGPRI_RAM_START_PROGRAMS_UPMS) && defined(CYG_HAL_ROM_MONITOR) +#if defined(CYGPRI_RAM_START_PROGRAMS_UPMS) && defined(CYGSEM_HAL_ROM_MONITOR) /* use old tables in a StubROM build iff RAM start will reprogram them */ # define CYGPRI_USE_OLD_UPM_TABLES #endif @@ -558,7 +558,7 @@ FUNC_END( hal_hardware_init ) #else // !CYGPRI_USE_OLD_UPM_TABLES: use the NEW TABLES // for RAM startup or ROM application when NOT making a stub rom, - // ie. CYG_HAL_ROM_MONITOR not defined. + // ie. CYGSEM_HAL_ROM_MONITOR not defined. #ifdef __40MHZ /* UPM contents for 40MHz clk. DRAM: EDO,4K,60ns */ @@ -611,7 +611,7 @@ FUNC_END( hal_hardware_init ) .long 0xffffc007, 0xffffc007, 0xffffc007, 0xffffc007 #endif #endif // OLD/NEW TABLES == CYGPRI_USE_OLD_UPM_TABLES or not. - // depending on CYG_HAL_ROM_MONITOR and whether RAM + // depending on CYGSEM_HAL_ROM_MONITOR and whether RAM // start re-initializes. __upmtbl_end:
