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>
This commit is contained in:
Elyes HAOUAS 2019-11-27 10:11:38 +01:00 committed by Kyösti Mälkki
parent f0b79daeba
commit eb34d8bf18
6 changed files with 1 additions and 6 deletions

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <bootblock_common.h>
#include <console/console.h> #include <console/console.h>
#include <program_loading.h> #include <program_loading.h>

View File

@ -14,7 +14,6 @@
*/ */
#include <device/device.h> #include <device/device.h>
#include <bootblock_common.h>
#include <gpio.h> #include <gpio.h>
#include <soc/usb.h> #include <soc/usb.h>

View File

@ -14,7 +14,6 @@
*/ */
#include <device/device.h> #include <device/device.h>
#include <bootblock_common.h>
#include <vendorcode/google/chromeos/chromeos.h> #include <vendorcode/google/chromeos/chromeos.h>
#include <soc/usb.h> #include <soc/usb.h>

View File

@ -13,7 +13,6 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <bootblock_common.h>
#include <device/device.h> #include <device/device.h>
#include <device/mmio.h> #include <device/mmio.h>
#include <gpio.h> #include <gpio.h>

View File

@ -13,7 +13,7 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#include <bootblock_common.h>
#include <FsptUpd.h> #include <FsptUpd.h>
const FSPT_UPD temp_ram_init_params = { const FSPT_UPD temp_ram_init_params = {

View File

@ -17,7 +17,6 @@
#include <stdint.h> #include <stdint.h>
#include <arch/cbfs.h> #include <arch/cbfs.h>
#include <arch/romstage.h> #include <arch/romstage.h>
#include <bootblock_common.h>
#include <bootmode.h> #include <bootmode.h>
#include <cbmem.h> #include <cbmem.h>
#include <console/console.h> #include <console/console.h>