summaryrefslogtreecommitdiffstats
path: root/spec/build
diff options
context:
space:
mode:
authorRobin Mueller <robin.mueller.m@gmail.com>2021-04-19 10:55:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-20 12:33:56 +0200
commit5cc169573dc80209b19f3d4752aa8f5f7f457ebb (patch)
tree8c98894861e4e24e152a8daf960fcd091133edca /spec/build
parentSTM32H7 ethernet pin corrections (diff)
downloadrtems-5cc169573dc80209b19f3d4752aa8f5f7f457ebb.tar.bz2
Fixes for TMS570 BSP
When compiling the lwIP port for the TMS570, there were issues with the BSP. Headers are expected in a folder named ti_herc which did not exist. This fixes the issue. Furthermore, there were multiple warnings about define redefinitions. This was fixed as well.
Diffstat (limited to 'spec/build')
-rw-r--r--spec/build/bsps/arm/tms570/obj.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/tms570/obj.yml b/spec/build/bsps/arm/tms570/obj.yml
index 7932299c1d..36f99a700e 100644
--- a/spec/build/bsps/arm/tms570/obj.yml
+++ b/spec/build/bsps/arm/tms570/obj.yml
@@ -29,7 +29,7 @@ install:
- bsps/arm/tms570/include/bsp/tms570_selftest_parity.h
- bsps/arm/tms570/include/bsp/tms570lc4357-pins.h
- bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h
-- destination: ${BSP_INCLUDEDIR}/bsp/ti/herc
+- destination: ${BSP_INCLUDEDIR}/bsp/ti_herc
source:
- bsps/arm/tms570/include/bsp/ti_herc/reg_adc.h
- bsps/arm/tms570/include/bsp/ti_herc/reg_ccmsr.h