summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/cezanne/romstage.c1
-rw-r--r--src/soc/amd/picasso/romstage.c3
-rw-r--r--src/soc/amd/sabrina/romstage.c1
3 files changed, 0 insertions, 5 deletions
diff --git a/src/soc/amd/cezanne/romstage.c b/src/soc/amd/cezanne/romstage.c
index 7a395bdf9b..dce0b69735 100644
--- a/src/soc/amd/cezanne/romstage.c
+++ b/src/soc/amd/cezanne/romstage.c
@@ -25,5 +25,4 @@ void __noreturn romstage_main(void)
memmap_stash_early_dram_usage();
run_ramstage();
- die("failed to load ramstage\n");
}
diff --git a/src/soc/amd/picasso/romstage.c b/src/soc/amd/picasso/romstage.c
index e66f423d52..ccb11f083a 100644
--- a/src/soc/amd/picasso/romstage.c
+++ b/src/soc/amd/picasso/romstage.c
@@ -25,7 +25,4 @@ void __noreturn romstage_main(void)
post_code(0x44);
run_ramstage();
-
- post_code(0x50); /* Should never see this post code. */
- die("failed to load ramstage\n");
}
diff --git a/src/soc/amd/sabrina/romstage.c b/src/soc/amd/sabrina/romstage.c
index c5dfbdaa18..9f2be8ee51 100644
--- a/src/soc/amd/sabrina/romstage.c
+++ b/src/soc/amd/sabrina/romstage.c
@@ -27,5 +27,4 @@ void __noreturn romstage_main(void)
memmap_stash_early_dram_usage();
run_ramstage();
- die("failed to load ramstage\n");
}