File tree Expand file tree Collapse file tree 2 files changed +4
-23
lines changed
mbed/targets/cmsis/TARGET_NXP/TARGET_LPC176X/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 2 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -116,25 +116,6 @@ SECTIONS
116
116
} > RAM
117
117
118
118
119
- /* Code can explicitly ask for data to be
120
- placed in these higher RAM banks where
121
- they will be left uninitialized.
122
- */
123
- .AHBSRAM0 (NOLOAD) :
124
- {
125
- Image$$RW_IRAM2$$Base = . ;
126
- *(AHBSRAM0)
127
- Image$$RW_IRAM2$$ZI$$Limit = .;
128
- } > USB_RAM
129
-
130
- .AHBSRAM1 (NOLOAD) :
131
- {
132
- Image$$RW_IRAM3$$Base = . ;
133
- *(AHBSRAM1)
134
- Image$$RW_IRAM3$$ZI$$Limit = .;
135
- } > ETH_RAM
136
-
137
-
138
119
.bss :
139
120
{
140
121
__bss_start__ = .;
Original file line number Diff line number Diff line change @@ -139,11 +139,11 @@ struct lpc_enetdata {
139
139
# define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
140
140
# endif
141
141
#else
142
- # define ETHMEM_SECTION ALIGNED(8)
143
- #endif
144
-
145
142
#if defined(TARGET_LPC1768 ) && defined(TOOLCHAIN_GCC_ARM )
146
- #define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
143
+ # define ETHMEM_SECTION __attribute__((section("AHBSRAM1"),aligned))
144
+ #else
145
+ # define ETHMEM_SECTION ALIGNED(8)
146
+ #endif
147
147
#endif
148
148
149
149
/** \brief LPC EMAC driver work data
You can’t perform that action at this time.
0 commit comments