diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-07-03 01:43:04 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-07-08 22:15:54 +0000 |
commit | 8d3bc498760fdf98713f1d977a79268d2fb1288c (patch) | |
tree | 759a00420ab4f9036c3040f08afdbfbfda14473b /src/mainboard/google/slippy/variant.h | |
parent | e12de372d7c22ae6414ad393a82214f6b8028d7e (diff) | |
download | coreboot-8d3bc498760fdf98713f1d977a79268d2fb1288c.tar.xz |
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.h | 2 |
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 |