summaryrefslogtreecommitdiff
path: root/src/cpu/intel/fit/fit.S
blob: ca95a90c2f2ccfa0c5ee8df78097b9ce5b7dee43 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

.section ".fit_pointer", "a", @progbits
	.code32
/* This will get updated by ifittool later on to point to the cbfs 'intel_fit' file. */
.global fit_pointer
fit_pointer:
.long 0
.long 0