]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Move VGA option rom macros to Kconfig
authorBin Meng <bmeng.cn@gmail.com>
Mon, 6 Jul 2015 08:31:33 +0000 (16:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:25 +0000 (13:29 +0200)
commit5949767fa81d04af7aeb98b406773cf374c434aa
treeefeb2f311bfaa5b1fd3a6d99e40b210183a38e1c
parent8a093a1cda955901b25ea4ff6020db65e3d89daf
x86: Move VGA option rom macros to Kconfig

Move X86_OPTION_ROM_FILE & X86_OPTION_ROM_ADDR to arch/x86/Kconfig
and rename them to VGA_BIOS_FILE & VGA_BIOS_ADDR which depend on
HAVE_VGA_BIOS. The new names are consistent with other x86 binary
blob options like HAVE_FSP/FSP_FILE/FSP_ADDR.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Makefile
arch/x86/Kconfig
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig
configs/minnowmax_defconfig
doc/README.x86
drivers/pci/pci_rom.c
include/configs/minnowmax.h
include/configs/x86-chromebook.h