UPSTREAM: intel romstage: Use run_ramstage()
Change-Id: I22a33e6027a4e807f7157a0dfafbd6377bc1285d Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15461 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/357662 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
af505d41cf
commit
1128fd8fca
9 changed files with 18 additions and 18 deletions
|
|
@ -17,7 +17,6 @@
|
|||
#include <stddef.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/cbfs.h>
|
||||
#include <arch/stages.h>
|
||||
#include <arch/early_variables.h>
|
||||
#include <boardid.h>
|
||||
#include <console/console.h>
|
||||
|
|
@ -29,6 +28,7 @@
|
|||
#include <elog.h>
|
||||
#include <fsp/romstage.h>
|
||||
#include <reset.h>
|
||||
#include <program_loading.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <smbios.h>
|
||||
#include <soc/intel/common/mrc_cache.h>
|
||||
|
|
@ -187,7 +187,7 @@ void romstage_common(struct romstage_params *params)
|
|||
void after_cache_as_ram_stage(void)
|
||||
{
|
||||
/* Load the ramstage. */
|
||||
copy_and_run();
|
||||
run_ramstage();
|
||||
die("ERROR - Failed to load ramstage!");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue