Make v3 for QEMU build again by adding stop_ap which does nothing.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@885 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
e6a0cc07a7
commit
c7146746d6
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ void hardware_stage1(void)
|
|||
/* Nothing to do for QEMU. */
|
||||
}
|
||||
|
||||
void stop_ap(void)
|
||||
{
|
||||
/* Nothing to do for QEMU. */
|
||||
}
|
||||
|
||||
void disable_car(void)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue