summaryrefslogtreecommitdiffstats
path: root/src/acpi/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-11 18:40:37 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-01-24 19:57:17 +0000
commit37eb24be1585a76b293999df43e9a83af7d7ba09 (patch)
tree8eac61f2ff5fe10be56b29cdf375a505751642dd /src/acpi/Makefile.inc
parentcc975c5c65c27f13c00dc7eabec02386002a2c53 (diff)
downloadcoreboot-37eb24be1585a76b293999df43e9a83af7d7ba09.tar.gz
coreboot-37eb24be1585a76b293999df43e9a83af7d7ba09.tar.bz2
coreboot-37eb24be1585a76b293999df43e9a83af7d7ba09.zip
ACPI: Clean up GNVS initialisation
With the common <soc/nvs.h> approach platform does not need to implement the common accessors or sizeof() function. Change-Id: I1050a252f765c763c1ae2d1610cbfb0d973ba026 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49793 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/acpi/Makefile.inc')
-rw-r--r--src/acpi/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/acpi/Makefile.inc b/src/acpi/Makefile.inc
index 4d8f3ad89264..86f29e46814f 100644
--- a/src/acpi/Makefile.inc
+++ b/src/acpi/Makefile.inc
@@ -10,8 +10,7 @@ ramstage-y += acpigen_ps2_keybd.c
ramstage-y += acpigen_usb.c
ramstage-y += device.c
ramstage-$(CONFIG_CHROMEOS) += chromeos-gnvs.c
-ramstage-y += gnvs.c
-ramstage-$(CONFIG_ACPI_SOC_NVS) += nvs.c
+ramstage-$(CONFIG_ACPI_SOC_NVS) += gnvs.c
ramstage-y += pld.c
ramstage-y += sata.c
ramstage-y += soundwire.c