forked from Imagelibrary/rtems
rbtx4938: Simplify bsp_specs
This commit is contained in:
@@ -1,13 +1,9 @@
|
|||||||
%rename endfile old_endfile
|
%rename endfile old_endfile
|
||||||
%rename startfile old_startfile
|
%rename startfile old_startfile
|
||||||
%rename link old_link
|
|
||||||
|
|
||||||
*startfile:
|
*startfile:
|
||||||
%{!qrtems: %(old_startfile)} \
|
%{!qrtems: %(old_startfile)} \
|
||||||
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}
|
%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
|
||||||
|
|
||||||
*link:
|
|
||||||
%(old_link) %{qrtems: -dc -dp -N}
|
|
||||||
|
|
||||||
*endfile:
|
*endfile:
|
||||||
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ RamSize = DEFINED(RamSize) ? RamSize : 4M;
|
|||||||
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0;
|
HeapSize = DEFINED(HeapSize) ? HeapSize : 0x0;
|
||||||
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
|
_StackSize = DEFINED(_StackSize) ? _StackSize : 0x1000;
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
STARTUP(start.o)
|
||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
/* 0x80000000 - 0x800FFFFF used by YAMON
|
/* 0x80000000 - 0x800FFFFF used by YAMON
|
||||||
|
|||||||
Reference in New Issue
Block a user