summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/google/chromeos/gnvs.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-05-23 14:20:18 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2012-05-29 11:28:43 +0200
commit984f9540c0ac2fe25d6057134b86aeca4a091803 (patch)
tree889c87252ee063b3315d69f3c5dfdae16e7231ba /src/vendorcode/google/chromeos/gnvs.h
parent88fc0b9e8da89cd41350ca0ac54297f2ebf3bf10 (diff)
downloadcoreboot-984f9540c0ac2fe25d6057134b86aeca4a091803.tar.gz
coreboot-984f9540c0ac2fe25d6057134b86aeca4a091803.tar.bz2
coreboot-984f9540c0ac2fe25d6057134b86aeca4a091803.zip
ChromeOS: Remove remnants of FDT support
Originally, on ChromeBooks, coreboot would provide a modified u-boot device tree (FDT) to u-boot in CBMEM. However, u-boot can now create all the information it needs from the coreboot table and add it to its device tree itself. This means we can drop this (anyways unused) code. Change-Id: I4ab20bbb8525e7349b18764aa202bbe81958d06a Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1052 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/vendorcode/google/chromeos/gnvs.h')
-rw-r--r--src/vendorcode/google/chromeos/gnvs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/gnvs.h b/src/vendorcode/google/chromeos/gnvs.h
index 36922baac897..6dd740fb7791 100644
--- a/src/vendorcode/google/chromeos/gnvs.h
+++ b/src/vendorcode/google/chromeos/gnvs.h
@@ -63,7 +63,6 @@ typedef struct {
extern chromeos_acpi_t *vboot_data;
void chromeos_init_vboot(chromeos_acpi_t *chromeos);
-void chromeos_set_vboot_data_ptr(void *);
void chromeos_set_me_hash(u32*, int);
#endif