forked from Imagelibrary/rtems
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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user