2000-11-27 Joel Sherrill <joel@OARcorp.com>

* startup/linkcmds: Fix typo and add extra 0 to base address.
	Now runs until printf() tries to put a character and then
	it locks up checking a status bit that does not change.
This commit is contained in:
Joel Sherrill
2000-11-27 17:01:47 +00:00
parent eb4c6c0038
commit 9ad0087105
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2000-11-27 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Fix typo and add extra 0 to base address.
Now runs until printf() tries to put a character and then
it locks up checking a status bit that does not change.
2000-11-25 Joel Sherrill <joel@OARcorp.com> 2000-11-25 Joel Sherrill <joel@OARcorp.com>
* The JMR BSP is for a Toshiba TX39 evaluation board but * The JMR BSP is for a Toshiba TX39 evaluation board but

View File

@@ -14,7 +14,7 @@ _StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
SECTIONS SECTIONS
{ {
. = 0x8800000; . = 0x88000000;
.text : .text :
{ {
_ftext = . ; _ftext = . ;