diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-02-27 22:57:55 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:21 +0800 |
commit | f1d6fda6d3ed0f397afebf715d9540e8666f1596 (patch) | |
tree | 14905d64b5407f236771219193636b2f04920b82 /drivers/video/coreboot_fb.c | |
parent | f8a4826383860318d90079bf40402447d369ad87 (diff) | |
download | u-boot-imx-f1d6fda6d3ed0f397afebf715d9540e8666f1596.zip u-boot-imx-f1d6fda6d3ed0f397afebf715d9540e8666f1596.tar.gz u-boot-imx-f1d6fda6d3ed0f397afebf715d9540e8666f1596.tar.bz2 |
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 'drivers/video/coreboot_fb.c')
-rw-r--r-- | drivers/video/coreboot_fb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/coreboot_fb.c b/drivers/video/coreboot_fb.c index 4790ef1..feb5463 100644 --- a/drivers/video/coreboot_fb.c +++ b/drivers/video/coreboot_fb.c @@ -7,7 +7,6 @@ */ #include <common.h> -#include <asm/arch/tables.h> #include <asm/arch/sysinfo.h> #include <vbe.h> #include <video_fb.h> |