diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-26 12:05:22 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-05 09:01:13 +0000 |
commit | 1156b35a230126ca27f65de93d12c94d2f24e69b (patch) | |
tree | 66f8110e669dfb893f2d6dac44520b480c6dd899 /src/mainboard/ti/beaglebone/bootblock.c | |
parent | 19f5ba81be265da3d1a2a15c106486677479dfd5 (diff) | |
download | coreboot-1156b35a230126ca27f65de93d12c94d2f24e69b.tar.xz |
mainboard: Remove unneeded include <console/console.h>
Change-Id: Ib3aafcc586b1631a75f214cfd19706108ad8ca93
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29285
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/ti/beaglebone/bootblock.c')
-rw-r--r-- | src/mainboard/ti/beaglebone/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ti/beaglebone/bootblock.c b/src/mainboard/ti/beaglebone/bootblock.c index 5cca141de6..d947c8caab 100644 --- a/src/mainboard/ti/beaglebone/bootblock.c +++ b/src/mainboard/ti/beaglebone/bootblock.c @@ -17,7 +17,6 @@ #include <types.h> #include <bootblock_common.h> #include <console/uart.h> -#include <console/console.h> #include <cpu/ti/am335x/clock.h> #include <cpu/ti/am335x/gpio.h> #include <cpu/ti/am335x/pinmux.h> |