Kyösti Mälkki submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Kyösti Mälkki: Looks good to me, approved Frans Hendriks: Looks good to me, but someone else must approve
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>
---
M src/mainboard/emulation/qemu-power8/bootblock.c
M src/mainboard/google/cheza/mainboard.c
M src/mainboard/google/mistral/mainboard.c
M src/mainboard/google/trogdor/mainboard.c
M src/soc/intel/apollolake/fspcar.c
M src/soc/intel/broadwell/romstage/romstage.c
6 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/mainboard/emulation/qemu-power8/bootblock.c b/src/mainboard/emulation/qemu-power8/bootblock.c
index ec30c87..d59ab37 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>

diff --git a/src/mainboard/google/cheza/mainboard.c b/src/mainboard/google/cheza/mainboard.c
index 7a19d32..804906a 100644
--- a/src/mainboard/google/cheza/mainboard.c
+++ b/src/mainboard/google/cheza/mainboard.c
@@ -14,7 +14,6 @@
*/

#include <device/device.h>
-#include <bootblock_common.h>
#include <gpio.h>
#include <soc/usb.h>

diff --git a/src/mainboard/google/mistral/mainboard.c b/src/mainboard/google/mistral/mainboard.c
index d50758c..e36a1c7 100644
--- a/src/mainboard/google/mistral/mainboard.c
+++ b/src/mainboard/google/mistral/mainboard.c
@@ -14,7 +14,6 @@
*/

#include <device/device.h>
-#include <bootblock_common.h>
#include <vendorcode/google/chromeos/chromeos.h>
#include <soc/usb.h>

diff --git a/src/mainboard/google/trogdor/mainboard.c b/src/mainboard/google/trogdor/mainboard.c
index 63fac19..0dd2624 100644
--- a/src/mainboard/google/trogdor/mainboard.c
+++ b/src/mainboard/google/trogdor/mainboard.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/

-#include <bootblock_common.h>
#include <device/device.h>
#include <device/mmio.h>
#include <gpio.h>
diff --git a/src/soc/intel/apollolake/fspcar.c b/src/soc/intel/apollolake/fspcar.c
index a284116..40bacd7 100644
--- a/src/soc/intel/apollolake/fspcar.c
+++ b/src/soc/intel/apollolake/fspcar.c
@@ -13,7 +13,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
-#include <bootblock_common.h>
+
#include <FsptUpd.h>

const FSPT_UPD temp_ram_init_params = {
diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage/romstage.c
index 96218f4..6294b8a 100644
--- a/src/soc/intel/broadwell/romstage/romstage.c
+++ b/src/soc/intel/broadwell/romstage/romstage.c
@@ -17,7 +17,6 @@
#include <stdint.h>
#include <arch/cbfs.h>
#include <arch/romstage.h>
-#include <bootblock_common.h>
#include <bootmode.h>
#include <cbmem.h>
#include <console/console.h>

To view, visit change 37271. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I9eedae837634beb5a545d97fdf9c1810faba5138
Gerrit-Change-Number: 37271
Gerrit-PatchSet: 6
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Frans Hendriks <fhendriks@eltan.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Kyösti Mälkki <kyosti.malkki@gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-Reviewer: ron minnich <rminnich@gmail.com>
Gerrit-MessageType: merged