aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/nyan/romstage.c4
-rw-r--r--src/mainboard/google/nyan_big/romstage.c4
-rw-r--r--src/mainboard/google/nyan_blaze/romstage.c1
3 files changed, 0 insertions, 9 deletions
diff --git a/src/mainboard/google/nyan/romstage.c b/src/mainboard/google/nyan/romstage.c
index 83d2eeffea..1710815c38 100644
--- a/src/mainboard/google/nyan/romstage.c
+++ b/src/mainboard/google/nyan/romstage.c
@@ -26,7 +26,6 @@
#include <console/console.h>
#include <reset.h>
#include <program_loading.h>
-#include <romstage_handoff.h>
#include <soc/addressmap.h>
#include <soc/cache.h>
#include <soc/clk_rst.h>
@@ -39,7 +38,6 @@
#include <soc/sdram.h>
#include <symbols.h>
#include <timestamp.h>
-#include <vendorcode/google/chromeos/chromeos.h>
#include "sdram_configs.h"
@@ -92,8 +90,6 @@ static void __attribute__((noinline)) romstage(void)
early_mainboard_init();
- vboot_verify_firmware(romstage_handoff_find_or_add());
-
run_ramstage();
}
diff --git a/src/mainboard/google/nyan_big/romstage.c b/src/mainboard/google/nyan_big/romstage.c
index 83d2eeffea..1710815c38 100644
--- a/src/mainboard/google/nyan_big/romstage.c
+++ b/src/mainboard/google/nyan_big/romstage.c
@@ -26,7 +26,6 @@
#include <console/console.h>
#include <reset.h>
#include <program_loading.h>
-#include <romstage_handoff.h>
#include <soc/addressmap.h>
#include <soc/cache.h>
#include <soc/clk_rst.h>
@@ -39,7 +38,6 @@
#include <soc/sdram.h>
#include <symbols.h>
#include <timestamp.h>
-#include <vendorcode/google/chromeos/chromeos.h>
#include "sdram_configs.h"
@@ -92,8 +90,6 @@ static void __attribute__((noinline)) romstage(void)
early_mainboard_init();
- vboot_verify_firmware(romstage_handoff_find_or_add());
-
run_ramstage();
}
diff --git a/src/mainboard/google/nyan_blaze/romstage.c b/src/mainboard/google/nyan_blaze/romstage.c
index e56683d68d..ca7fb580a2 100644
--- a/src/mainboard/google/nyan_blaze/romstage.c
+++ b/src/mainboard/google/nyan_blaze/romstage.c
@@ -26,7 +26,6 @@
#include <console/console.h>
#include <reset.h>
#include <program_loading.h>
-#include <romstage_handoff.h>
#include <soc/addressmap.h>
#include <soc/cache.h>
#include <soc/clk_rst.h>