diff options
Diffstat (limited to 'src/soc/imgtec')
-rw-r--r-- | src/soc/imgtec/pistachio/reset.c | 1 | ||||
-rw-r--r-- | src/soc/imgtec/pistachio/uart.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/imgtec/pistachio/reset.c b/src/soc/imgtec/pistachio/reset.c index d5d0a8188d..9cdedc0809 100644 --- a/src/soc/imgtec/pistachio/reset.c +++ b/src/soc/imgtec/pistachio/reset.c @@ -14,7 +14,6 @@ */ #include <arch/io.h> -#include <console/console.h> #include <reset.h> #define PISTACHIO_WD_ADDR 0xB8102100 diff --git a/src/soc/imgtec/pistachio/uart.c b/src/soc/imgtec/pistachio/uart.c index f610f6a05d..585ac6b99b 100644 --- a/src/soc/imgtec/pistachio/uart.c +++ b/src/soc/imgtec/pistachio/uart.c @@ -18,7 +18,6 @@ #include <arch/io.h> #include <boot/coreboot_tables.h> -#include <console/console.h> #include <console/uart.h> #include <device/device.h> #include <delay.h> |