From aefd4a2dee24f37d06c5e2bda75fdfc6f9ee902f Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Wed, 14 Nov 2018 23:46:43 +0100 Subject: bsp/tms570: correct inclusion of header files for build with HW init. The build fails when TMS570_USE_HWINIT_STARTUP=1 option is set. --- bsps/arm/tms570/start/tms570_tcram_tests.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsps/arm/tms570/start/tms570_tcram_tests.c') diff --git a/bsps/arm/tms570/start/tms570_tcram_tests.c b/bsps/arm/tms570/start/tms570_tcram_tests.c index d0c7bbfff5..ce5dd68f34 100644 --- a/bsps/arm/tms570/start/tms570_tcram_tests.c +++ b/bsps/arm/tms570/start/tms570_tcram_tests.c @@ -56,8 +56,8 @@ #include #include -#include "tms570_selftest.h" -#include "tms570_hwinit.h" +#include +#include #define tcramA1bitError (*(volatile uint32_t *)(0x08400000U)) #define tcramA2bitError (*(volatile uint32_t *)(0x08400010U)) -- cgit v1.2.3