- Timestamp:
- 07/14/22 12:41:03 (11 months ago)
- Branches:
- master
- Children:
- 4b911a75
- Parents:
- 656765c7
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/14/22 12:41:03)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/15/22 08:46:02)
- Location:
- bsps/bfin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/bfin/TLL6527M/start/linkcmds
r656765c7 r5ed00353 130 130 131 131 .noinit (NOLOAD) : { 132 *( .noinit*)132 *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*))) 133 133 } > sdram 134 134 -
bsps/bfin/bf537Stamp/start/linkcmds
r656765c7 r5ed00353 138 138 139 139 .noinit (NOLOAD) : { 140 *( .noinit*)140 *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*))) 141 141 } > sdram 142 142 -
bsps/bfin/eZKit533/start/linkcmds
r656765c7 r5ed00353 127 127 128 128 .noinit (NOLOAD) : { 129 *( .noinit*)129 *(SORT_BY_NAME (SORT_BY_ALIGNMENT (.noinit*))) 130 130 } > sdram 131 131
Note: See TracChangeset
for help on using the changeset viewer.