bsp/tms570: correct inclusion of header files for build with HW init.

The build fails when TMS570_USE_HWINIT_STARTUP=1 option is set.
This commit is contained in:
Pavel Pisa
2018-11-14 23:46:43 +01:00
parent a13b89bb17
commit aefd4a2dee
12 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
#include <stdint.h>
#include <bsp/tms570.h>
#include "tms570_hwinit.h"
#include <bsp/tms570_hwinit.h>
void tms570_emif_sdram_init( void )
{