summaryrefslogtreecommitdiffstats
path: root/src/include/boot
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2014-02-25 00:24:22 -0600
committerAaron Durbin <adurbin@google.com>2014-03-03 21:47:55 +0100
commit2d5cec640132616b8336c60fdc426391ed800ef8 (patch)
tree453d843081d3073c49d27fd3c2617cd66d23ca24 /src/include/boot
parentceebc0503f15788604d31e16ac391ce8f99ca32e (diff)
downloadcoreboot-2d5cec640132616b8336c60fdc426391ed800ef8.tar.gz
coreboot-2d5cec640132616b8336c60fdc426391ed800ef8.tar.bz2
coreboot-2d5cec640132616b8336c60fdc426391ed800ef8.zip
coreboot: remove unused get_lb_mem() function
The get_lb_mem() is no longer used. Therefore, remove it. Change-Id: I2d8427c460cfbb2b7a9870dfd54f4a75738cfb88 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/5304 Tested-by: build bot (Jenkins) Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/include/boot')
-rw-r--r--src/include/boot/coreboot_tables.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/boot/coreboot_tables.h b/src/include/boot/coreboot_tables.h
index 9b87f3d19061..c4ad5728ed98 100644
--- a/src/include/boot/coreboot_tables.h
+++ b/src/include/boot/coreboot_tables.h
@@ -338,11 +338,6 @@ unsigned long write_coreboot_table(
unsigned long low_table_start, unsigned long low_table_end,
unsigned long rom_table_start, unsigned long rom_table_end);
-/* Routines to extract part so the coreboot table or information
- * from the coreboot table.
- */
-struct lb_memory *get_lb_mem(void);
-
void fill_lb_gpios(struct lb_gpios *gpios);
#endif /* COREBOOT_TABLES_H */