diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-20 22:29:40 +0100 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-01-23 13:35:47 +0000 |
commit | 3ece16410f12a03e82251ddd19d13ed4706be5c5 (patch) | |
tree | 050ad9c8fccba5f0e2d909ee017633170c663fb3 /src/mainboard/google/auron/variant.h | |
parent | 292a7641418bbd653f8097419578793a9c758623 (diff) |
mb/google/auron: Drop `variant_romstage_entry`
Replace it with `mainboard_post_raminit`.
Change-Id: I94636c775cee6c14317ecff36972e2d267d28c91
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49774
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/auron/variant.h')
-rw-r--r-- | src/mainboard/google/auron/variant.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/auron/variant.h b/src/mainboard/google/auron/variant.h index 87986a9f1e..380a373f2d 100644 --- a/src/mainboard/google/auron/variant.h +++ b/src/mainboard/google/auron/variant.h @@ -9,7 +9,6 @@ int variant_smbios_data(struct device *dev, int *handle, unsigned long *current); -void variant_romstage_entry(struct romstage_params *rp); void lan_init(void); void mainboard_fill_spd_data(struct pei_data *pei_data); |