diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-05 20:42:20 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-11 11:55:33 +0800 |
commit | b6409ec3027de01336da41994518f6704c61e7e5 (patch) | |
tree | acf4bba2e1e75e47c3036c5734bdb2d1d7056b0b /arch/x86/include/asm | |
parent | 443ffe509c7bedca440fbd37e3853895c8fe31f2 (diff) | |
download | u-boot-imx-b6409ec3027de01336da41994518f6704c61e7e5.zip u-boot-imx-b6409ec3027de01336da41994518f6704c61e7e5.tar.gz u-boot-imx-b6409ec3027de01336da41994518f6704c61e7e5.tar.bz2 |
dm: x86: Move link to use driver model for video
Update the configuration to use the new driver. Drop the existing plumbing
code and unused header files.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/arch-ivybridge/bd82x6x.h | 12 | ||||
-rw-r--r-- | arch/x86/include/asm/cpu.h | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h b/arch/x86/include/asm/arch-ivybridge/bd82x6x.h deleted file mode 100644 index e866580..0000000 --- a/arch/x86/include/asm/arch-ivybridge/bd82x6x.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (C) 2014 Google, Inc - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef _ASM_ARCH_BD82X6X_H -#define _ASM_ARCH_BD82X6X_H - -int gma_func0_init(struct udevice *dev); - -#endif diff --git a/arch/x86/include/asm/cpu.h b/arch/x86/include/asm/cpu.h index 7892757..540024a 100644 --- a/arch/x86/include/asm/cpu.h +++ b/arch/x86/include/asm/cpu.h @@ -53,7 +53,6 @@ enum { enum { X86_NONE, X86_SYSCON_ME, /* Intel Management Engine */ - X86_SYSCON_GMA, /* Intel Graphics Media Accelerator */ X86_SYSCON_PINCONF, /* Intel x86 pin configuration */ }; |