blob: bd6ed83c2169502e4c5eeb58d75fca6c42415ad2 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
.text
.global chipset_teardown_car
chipset_teardown_car:
pop %ebx
/* Move the stack pointer to real RAM */
movl $_estack, %esp
/* Align the stack 16 bytes */
andl $0xfffffff0, %esp
call chipset_teardown_car_main
jmp *%ebx