summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-07-13 07:20:47 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-07-14 23:10:30 +0000
commitefd2720e4790924a434823d701664de8ee2eb9e4 (patch)
tree5103e33858ebfbdb00a5cf44bb4a285e3bf6f627 /src/soc/amd/stoneyridge
parent84b2f9f5b8e40eb9a114c1be5741b4141c5566e0 (diff)
downloadcoreboot-efd2720e4790924a434823d701664de8ee2eb9e4.tar.gz
coreboot-efd2720e4790924a434823d701664de8ee2eb9e4.tar.bz2
coreboot-efd2720e4790924a434823d701664de8ee2eb9e4.zip
arch/x86: Mark prepare_and_run_postcar noreturn
This moves the die() statement to a common place. Change-Id: I24c9f00bfee169b4ca57b469c089188ec62ddada Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65812 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/romstage.c b/src/soc/amd/stoneyridge/romstage.c
index 973e6090c5e8..7d1124ad4515 100644
--- a/src/soc/amd/stoneyridge/romstage.c
+++ b/src/soc/amd/stoneyridge/romstage.c
@@ -119,7 +119,6 @@ void __noreturn romstage_main(void)
post_code(0x44);
prepare_and_run_postcar();
- die("failed to load postcar\n");
}
void fill_postcar_frame(struct postcar_frame *pcf)