summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2008-01-18 16:17:44 +0000
committerstepan <stepan@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2008-01-18 16:17:44 +0000
commit568eccf28539e7a8f83e93476489f6ca7355a2b4 (patch)
treee8b539403a956b5d969228891acb173aff2ccf3d
parent544a0a75f3f2f9be292b4994aa885407d1952e1c (diff)
downloadflashrom-568eccf28539e7a8f83e93476489f6ca7355a2b4.tar.gz
Original v2 revision: 3058
rename linuxbios_* files in utils repository. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@179 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--Makefile2
-rw-r--r--cbtable.c (renamed from lbtable.c)2
-rw-r--r--coreboot_tables.h (renamed from linuxbios_tables.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 067590a..4b2fbbd 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ endif
OBJS = chipset_enable.o board_enable.o udelay.o jedec.o sst28sf040.o \
am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o w49f002u.o \
82802ab.o msys_doc.o pm49fl004.o sst49lf040.o sst49lfxxxc.o \
- sst_fwhub.o layout.o lbtable.o flashchips.o flashrom.o \
+ sst_fwhub.o layout.o cbtable.o flashchips.o flashrom.o \
sharplhf00l04.o w29ee011.o spi.o
all: pciutils dep $(PROGRAM)
diff --git a/lbtable.c b/cbtable.c
index 1cca964..cc3a73c 100644
--- a/lbtable.c
+++ b/cbtable.c
@@ -31,7 +31,7 @@
#include <errno.h>
#include <sys/mman.h>
#include "flash.h"
-#include "linuxbios_tables.h"
+#include "coreboot_tables.h"
char *lb_part = NULL, *lb_vendor = NULL;
diff --git a/linuxbios_tables.h b/coreboot_tables.h
index c4c2d4d..c4c2d4d 100644
--- a/linuxbios_tables.h
+++ b/coreboot_tables.h