2003-09-29 Till Strauman <strauman@slac.stanford.edu>

PR 497/bsps
	* bootloader/head.S: Disable code that returned to the firmware when
	the loader starts.
This commit is contained in:
Joel Sherrill
2003-09-29 21:42:57 +00:00
parent ce6ad04131
commit b56a278a10
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2003-09-29 Till Strauman <strauman@slac.stanford.edu>
PR 497/bsps
* bootloader/head.S: Disable code that returned to the firmware when
the loader starts.
2003-09-26 Till Strauman <strauman@slac.stanford.edu>
PR 496/bsps

View File

@@ -76,7 +76,7 @@
* code area, so that simple C routines can be called.
*/
start:
#if defined(USE_PPCBUG) && defined(DEBUG)
#if defined(USE_PPCBUG) && defined(DEBUG) && defined(REENTER_MONITOR)
MONITOR_ENTER
#endif
bl 1f
@@ -308,7 +308,7 @@ moved: lwz r1,stack(bd)
mtspr HID0,r0
/* Provisional return to FW, works for PPCBug */
#if 0
#if 0 && defined(REENTER_MONITOR)
MONITOR_ENTER
#else
1: bctr