cpu/via/c7: Use the simple p4-netburst CAR teardown
Change-Id: Icba7586145fbfd859d738ecd7a407739a7024ebb Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82771 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
755ecc259c
commit
1fd7c5a0ed
2 changed files with 1 additions and 9 deletions
|
|
@ -5,4 +5,4 @@ bootblock-y += ../../intel/car/bootblock.c
|
|||
|
||||
romstage-y += ../../intel/car/romstage.c
|
||||
|
||||
postcar-y += ../car/exit_car.S
|
||||
postcar-y += ../../intel/car/p4-netburst/exit_car.S
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
.global chipset_teardown_car
|
||||
|
||||
.code32
|
||||
chipset_teardown_car:
|
||||
/* Return to caller. */
|
||||
jmp *%esp
|
||||
Loading…
Add table
Add a link
Reference in a new issue