summaryrefslogtreecommitdiffstats
path: root/lbtable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-02-06 19:53:51 +0000
committerStefan Reinauer <stefan.reinauer@coreboot.org>2007-02-06 19:53:51 +0000
commitce1041c15ab507616e6795c3a664f1c20d2c17dd (patch)
tree834f4035b46d0a1522bfb13a85da6a0eca3c5082 /lbtable.c
parent064b1f23fa507878bddca3c308e5e6034b06c998 (diff)
downloadast2050-flashrom-ce1041c15ab507616e6795c3a664f1c20d2c17dd.zip
ast2050-flashrom-ce1041c15ab507616e6795c3a664f1c20d2c17dd.tar.gz
Add support for LinuxBIOS tables independent from its source tree
Corresponding to flashrom svn r89 and coreboot v2 svn r2551. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de>
Diffstat (limited to 'lbtable.c')
-rw-r--r--lbtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lbtable.c b/lbtable.c
index 82119b1..2adf5c9 100644
--- a/lbtable.c
+++ b/lbtable.c
@@ -8,7 +8,7 @@
#include <errno.h>
#include <sys/mman.h>
#include "flash.h"
-#include "../../src/include/boot/linuxbios_tables.h"
+#include "linuxbios_tables.h"
#include "debug.h"
char *lb_part=NULL, *lb_vendor=NULL;
OpenPOWER on IntegriCloud