summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/nyan_big
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-06-30 14:32:15 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2015-06-30 21:34:39 +0200
commit3756de0762108f01abd9c7260be17f8d40d853a8 (patch)
tree177bbf04c827f4140253c53552755ab39eb03464 /src/mainboard/google/nyan_big
parent78390f130325ff2272a256fd0126bbf06c3bbd29 (diff)
downloadcoreboot-3756de0762108f01abd9c7260be17f8d40d853a8.tar.gz
coreboot-3756de0762108f01abd9c7260be17f8d40d853a8.tar.bz2
coreboot-3756de0762108f01abd9c7260be17f8d40d853a8.zip
google/nyan: remove timestamp leftovers from upstreaming
Initializing timestamps and writing the "start romstage" timestamp already happens earlier. One question to sort out is what to do about the migration into cbmem, but at least this compiles again. Change-Id: Ie8a0b7998c6c9da71f036857987f3c781385034f Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10729 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/google/nyan_big')
-rw-r--r--src/mainboard/google/nyan_big/romstage.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/google/nyan_big/romstage.c b/src/mainboard/google/nyan_big/romstage.c
index b9be62b48ea6..0f8e947df7ec 100644
--- a/src/mainboard/google/nyan_big/romstage.c
+++ b/src/mainboard/google/nyan_big/romstage.c
@@ -83,11 +83,9 @@ static void __attribute__((noinline)) romstage(void)
hard_reset();
}
+ /* FIXME: this may require coordination with moving timestamps */
cbmem_initialize_empty();
- timestamp_init(0);
- timestamp_add(TS_START_ROMSTAGE, romstage_start_time);
-
early_mainboard_init();
run_ramstage();