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:
Kumar Gala 2018-10-31 20:25:50 -05:00 committed by Carles Cufí
parent cabdf5e9dd
commit 501283e9bf

View file

@ -45,7 +45,6 @@
/* Version: GCC for ARM Embedded Processors */
/*****************************************************************************/
#include <board.h>
#include <toolchain.h>
#include <linker/sections.h>
#include <arch/cpu.h>