summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-27 22:57:55 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:21 +0800
commitf1d6fda6d3ed0f397afebf715d9540e8666f1596 (patch)
tree14905d64b5407f236771219193636b2f04920b82 /arch/x86/include
parentf8a4826383860318d90079bf40402447d369ad87 (diff)
downloadtalos-obmc-uboot-f1d6fda6d3ed0f397afebf715d9540e8666f1596.tar.gz
talos-obmc-uboot-f1d6fda6d3ed0f397afebf715d9540e8666f1596.zip
x86: Move asm/arch-coreboot/tables.h to a common place
Move asm/arch-coreboot/tables.h to asm/coreboot_tables.h so that coreboot table definitions can be used by other x86 builds. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/arch-coreboot/sysinfo.h2
-rw-r--r--arch/x86/include/asm/coreboot_tables.h (renamed from arch/x86/include/asm/arch-coreboot/tables.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/arch-coreboot/sysinfo.h b/arch/x86/include/asm/arch-coreboot/sysinfo.h
index 2d5724503c..629088d49e 100644
--- a/arch/x86/include/asm/arch-coreboot/sysinfo.h
+++ b/arch/x86/include/asm/arch-coreboot/sysinfo.h
@@ -9,7 +9,7 @@
#ifndef _COREBOOT_SYSINFO_H
#define _COREBOOT_SYSINFO_H
-#include <asm/arch/tables.h>
+#include <asm/coreboot_tables.h>
/* Maximum number of memory range definitions */
#define SYSINFO_MAX_MEM_RANGES 32
diff --git a/arch/x86/include/asm/arch-coreboot/tables.h b/arch/x86/include/asm/coreboot_tables.h
index e254484e75..e254484e75 100644
--- a/arch/x86/include/asm/arch-coreboot/tables.h
+++ b/arch/x86/include/asm/coreboot_tables.h
OpenPOWER on IntegriCloud