ext: hal: nxp: lpc: Remove board.h include
The lpc startup HAL ext code doesn't need anything from board.h so lets remove the include. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
cabdf5e9dd
commit
501283e9bf
|
@ -45,7 +45,6 @@
|
|||
/* Version: GCC for ARM Embedded Processors */
|
||||
/*****************************************************************************/
|
||||
|
||||
#include <board.h>
|
||||
#include <toolchain.h>
|
||||
#include <linker/sections.h>
|
||||
#include <arch/cpu.h>
|
||||
|
|
Loading…
Reference in a new issue