aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iwave
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-08-31 02:10:34 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-09-12 19:55:57 +0200
commit8eb7c7d0a76c5586beed33fa57f38d5e4e335ca1 (patch)
tree783a415146e8d4e08ebe3c47ba6a280bc7a843ad /src/mainboard/iwave
parent5fcae806531a0c4a9a8216c2a1a16d326eb2a1db (diff)
sch: make separate copy of nvs.h
Change-Id: Ie3a843a76ebf9f5d825e14c4359fb3ecaa052e38 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/6809 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/iwave')
-rw-r--r--src/mainboard/iwave/iWRainbowG6/acpi_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/iwave/iWRainbowG6/acpi_tables.c b/src/mainboard/iwave/iWRainbowG6/acpi_tables.c
index 8095ab05eb..ae7239bb22 100644
--- a/src/mainboard/iwave/iWRainbowG6/acpi_tables.c
+++ b/src/mainboard/iwave/iWRainbowG6/acpi_tables.c
@@ -34,7 +34,7 @@ extern const unsigned char AmlCode[];
unsigned long acpi_create_slic(unsigned long current);
#endif
-#include "southbridge/intel/i82801gx/nvs.h" // FIXME: our own copy of nvs would be nice
+#include "southbridge/intel/sch/nvs.h"
static void acpi_create_gnvs(global_nvs_t * gnvs)
{