summaryrefslogtreecommitdiff
path: root/src/cpu/intel/fit/fit.c
blob: 060023191aea087c485a29ab29dfb42fc9f682f5 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0-only */

#include <stdint.h>

/* This will get updated by ifittool later on to point to the cbfs 'intel_fit' file. */
__attribute__((used, __section__(".fit_pointer"))) const uint64_t fit_ptr = 0;