intel romstage: Use run_ramstage()
Change-Id: I22a33e6027a4e807f7157a0dfafbd6377bc1285d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15461 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include <stddef.h>
|
||||
#include <arch/cpu.h>
|
||||
#include <arch/io.h>
|
||||
#include <arch/stages.h>
|
||||
#include <arch/early_variables.h>
|
||||
#include <console/console.h>
|
||||
#include <cbfs.h>
|
||||
@@ -26,6 +25,7 @@
|
||||
#include <ec/google/chromeec/ec.h>
|
||||
#endif
|
||||
#include <elog.h>
|
||||
#include <program_loading.h>
|
||||
#include <romstage_handoff.h>
|
||||
#include <stage_cache.h>
|
||||
#include <timestamp.h>
|
||||
@@ -247,7 +247,7 @@ void romstage_common(struct romstage_params *params)
|
||||
void asmlinkage romstage_after_car(void)
|
||||
{
|
||||
/* Load the ramstage. */
|
||||
copy_and_run();
|
||||
run_ramstage();
|
||||
while (1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user