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>
This commit is contained in:
Vladimir Serbinenko 2014-08-31 02:10:34 +02:00
commit 8eb7c7d0a7
2 changed files with 138 additions and 1 deletions

View file

@ -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)
{