aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/slippy/variant.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-03 01:43:04 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-08 22:15:54 +0000
commit8d3bc498760fdf98713f1d977a79268d2fb1288c (patch)
tree759a00420ab4f9036c3040f08afdbfbfda14473b /src/mainboard/google/slippy/variant.h
parente12de372d7c22ae6414ad393a82214f6b8028d7e (diff)
mb/google/slippy: Factor out common romstage settings
There's no need to repeat the same values over four variants. Change-Id: Ifc4a9961fe9c87f15a6039e6e478682fab5b0bb7 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43039 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/google/slippy/variant.h')
-rw-r--r--src/mainboard/google/slippy/variant.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/slippy/variant.h b/src/mainboard/google/slippy/variant.h
index 9c9c4cb2e8..7eaac84555 100644
--- a/src/mainboard/google/slippy/variant.h
+++ b/src/mainboard/google/slippy/variant.h
@@ -3,6 +3,6 @@
#ifndef VARIANT_H
#define VARIANT_H
-void variant_romstage_entry(void);
+void variant_romstage_entry(struct romstage_params *rp);
#endif