diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-05-11 07:36:29 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-06-04 02:39:38 -0600 |
commit | 6bde2dc5e23207dbb9ae9c0ac9983647579aafcc (patch) | |
tree | 224a9222ddb8042e2cde68db3a734a4dce50c814 /include/configs/minnowmax.h | |
parent | b82a535c3a238dd561f4ba85a9893d5faecbcfda (diff) | |
download | u-boot-6bde2dc5e23207dbb9ae9c0ac9983647579aafcc.tar.gz |
x86: Move FRAMEBUFFER_SET_VESA_MODE etc to video Kconfig
CONFIG_FRAMEBUFFER_SET_VESA_MODE and CONFIG_FRAMEBUFFER_VESA_MODE
are not x86-specific, so move them to drivers/video/Kconfig and
make them depend on VIDEO_VESA driver. Some cosmetic fixes are
applied to the Kconfig help text as well.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/minnowmax.h')
-rw-r--r-- | include/configs/minnowmax.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index bc2c580c0f..eb35a50039 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -54,9 +54,6 @@ #define CONFIG_X86_OPTION_ROM_FILE vga.bin #define CONFIG_X86_OPTION_ROM_ADDR 0xfff90000 -#ifndef CONFIG_SYS_COREBOOT -#define CONFIG_VIDEO_VESA -#endif #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO #define CONFIG_VGA_AS_SINGLE_DEVICE |