diff options
author | Nico Huber <nico.h@gmx.de> | 2024-06-02 02:23:24 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2024-11-21 09:25:54 +0000 |
commit | 1fd7c5a0ed823766500030df03e8bc9ba3547e35 (patch) | |
tree | 53a1824f3eadb906c79bff91d1024edc8b2c9848 /src/cpu/via | |
parent | 755ecc259c42e867566bae96aa0103c15a435aa5 (diff) |
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>
Diffstat (limited to 'src/cpu/via')
-rw-r--r-- | src/cpu/via/c7/Makefile.mk | 2 | ||||
-rw-r--r-- | src/cpu/via/car/exit_car.S | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/src/cpu/via/c7/Makefile.mk b/src/cpu/via/c7/Makefile.mk index e1e278c76d..c91441e4b0 100644 --- a/src/cpu/via/c7/Makefile.mk +++ b/src/cpu/via/c7/Makefile.mk @@ -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 diff --git a/src/cpu/via/car/exit_car.S b/src/cpu/via/car/exit_car.S deleted file mode 100644 index 0f1b227c2d..0000000000 --- a/src/cpu/via/car/exit_car.S +++ /dev/null @@ -1,8 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ - -.global chipset_teardown_car - -.code32 -chipset_teardown_car: - /* Return to caller. */ - jmp *%esp |