blob: ec07cfb845f51f79ebe37b4b43f40c8dd7a60c2a (
plain)
1
2
3
4
5
6
7
8
9
|
## SPDX-License-Identifier: GPL-2.0-only
romstage-y += spd.c
# Order matters for SPD sources. The following indices
# define the SPD data to use.
SPD_SOURCES = micron_4GiB_dimm_MTA9ASF51272PZ-2G1A2
spd.bin-position := $(CONFIG_SPD_LOC)
|