aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-11-27 10:11:38 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-12-18 15:48:22 +0000
commiteb34d8bf18f213b85055189df95fa8b1cf2e928e (patch)
tree88b92c3795d242a9afb17196bb74d6d5358ac383 /src/mainboard/emulation
parentf0b79daeba20230d69b2d3e78d363f72dd3b331a (diff)
src: Remove unused 'include <bootblock_common.h>'
Change-Id: I9eedae837634beb5a545d97fdf9c1810faba5138 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37271 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-power8/bootblock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-power8/bootblock.c b/src/mainboard/emulation/qemu-power8/bootblock.c
index ec30c879f1..d59ab37351 100644
--- a/src/mainboard/emulation/qemu-power8/bootblock.c
+++ b/src/mainboard/emulation/qemu-power8/bootblock.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <bootblock_common.h>
#include <console/console.h>
#include <program_loading.h>