forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* The JMR BSP is for a Toshiba TX39 evaluation board but
|
||||
|
||||
@@ -14,7 +14,7 @@ _StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x8800000;
|
||||
. = 0x88000000;
|
||||
.text :
|
||||
{
|
||||
_ftext = . ;
|
||||
|
||||
Reference in New Issue
Block a user