diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-05 20:42:19 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-10-11 11:55:33 +0800 |
commit | 443ffe509c7bedca440fbd37e3853895c8fe31f2 (patch) | |
tree | 828bff416263c21f3bb5f168af8680ac6c3fa634 /arch/x86 | |
parent | 0d9483a25c5c936a87806108c29395f0c7d6b520 (diff) | |
download | u-boot-443ffe509c7bedca440fbd37e3853895c8fe31f2.tar.gz u-boot-443ffe509c7bedca440fbd37e3853895c8fe31f2.tar.xz u-boot-443ffe509c7bedca440fbd37e3853895c8fe31f2.zip |
dm: x86: Move samus to use new driver model support
Update the samus driver to avoid the direct call to the video BIOS setup.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/cpu/broadwell/sdram.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/broadwell/sdram.c b/arch/x86/cpu/broadwell/sdram.c index e7befde6ad..74736cd56c 100644 --- a/arch/x86/cpu/broadwell/sdram.c +++ b/arch/x86/cpu/broadwell/sdram.c @@ -291,7 +291,6 @@ void board_debug_uart_init(void) static const struct udevice_id broadwell_syscon_ids[] = { { .compatible = "intel,me", .data = X86_SYSCON_ME }, - { .compatible = "intel,gma", .data = X86_SYSCON_GMA }, { } }; |