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:
Nico Huber 2024-06-02 02:23:24 +02:00 committed by Angel Pons
commit 1fd7c5a0ed
2 changed files with 1 additions and 9 deletions

View file

@ -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

View file

@ -1,8 +0,0 @@
/* SPDX-License-Identifier: GPL-2.0-only */
.global chipset_teardown_car
.code32
chipset_teardown_car:
/* Return to caller. */
jmp *%esp