mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2026-08-17 09:33:32 +08:00
Merge pull request #273 from hodcarrier/master
Fixed the link flag in the Cortex-A9 sample
This commit is contained in:
@@ -35,7 +35,6 @@ void disableInterrupts(void);
|
||||
// ------------------------------------------------------------
|
||||
// Caches
|
||||
|
||||
void invalidateCaches_IS(void);
|
||||
void cleanInvalidateDCache(void);
|
||||
void invalidateCaches_IS(void);
|
||||
void enableCaches(void);
|
||||
|
||||
@@ -35,7 +35,6 @@ void disableInterrupts(void);
|
||||
// ------------------------------------------------------------
|
||||
// Caches
|
||||
|
||||
void invalidateCaches_IS(void);
|
||||
void cleanInvalidateDCache(void);
|
||||
void invalidateCaches_IS(void);
|
||||
void enableCaches(void);
|
||||
|
||||
@@ -35,7 +35,6 @@ void disableInterrupts(void);
|
||||
// ------------------------------------------------------------
|
||||
// Caches
|
||||
|
||||
void invalidateCaches_IS(void);
|
||||
void cleanInvalidateDCache(void);
|
||||
void invalidateCaches_IS(void);
|
||||
void enableCaches(void);
|
||||
|
||||
@@ -23,7 +23,6 @@ void disableInterrupts(void);
|
||||
// ------------------------------------------------------------
|
||||
// Caches
|
||||
|
||||
void invalidateCaches_IS(void);
|
||||
void cleanInvalidateDCache(void);
|
||||
void invalidateCaches_IS(void);
|
||||
void enableCaches(void);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
arm-none-eabi-gcc -c -g -I../../../../common_smp/inc -I../inc -mcpu=cortex-a5 sample_threadx.c
|
||||
arm-none-eabi-gcc -c -g -I../../../../common_smp/inc -I../inc -mcpu=cortex-a9 sample_threadx.c
|
||||
arm-none-eabi-gcc -c -g -mcpu=cortex-a9 startup.S
|
||||
arm-none-eabi-gcc -c -g -mcpu=cortex-a9 MP_GIC.S
|
||||
arm-none-eabi-gcc -c -g -mcpu=cortex-a9 MP_SCU.S
|
||||
|
||||
@@ -35,7 +35,6 @@ void disableInterrupts(void);
|
||||
// ------------------------------------------------------------
|
||||
// Caches
|
||||
|
||||
void invalidateCaches_IS(void);
|
||||
void cleanInvalidateDCache(void);
|
||||
void invalidateCaches_IS(void);
|
||||
void enableCaches(void);
|
||||
|
||||
Reference in New Issue
Block a user