Pull request #39: am263x: rtlibs: Fix linker file for AM263X examples

Merge in PINDSW/motor_control_sdk from PINDSW-6566_update_dcl_am263x to next

* commit 'd51d4e98b7727ef8fdcc6361063ad8cab90eb31f':
  am263x: rtlibs: Fix linker file for AM263X examples
This commit is contained in:
Dhaval Khandla 2023-09-19 08:09:44 -05:00 committed by Pratheesh Gangadhar TK
commit c2960b87bb
8 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS

View File

@ -5,7 +5,7 @@
*/ */
/* Define core & platform specific variables */ /* Define core & platform specific variables */
#define FAST_RAM R5F_TCMB0 /* R5F_TCMA also works */ #define FAST_RAM R5F_TCMB /* R5F_TCMA also works */
#define REG_RAM OCRAM #define REG_RAM OCRAM
SECTIONS SECTIONS