]> git.baikalelectronics.ru Git - uboot.git/commit
x86: provide CONFIG_BUILD_ROM
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 16 Oct 2017 18:08:38 +0000 (18:08 +0000)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 19 Oct 2017 03:37:51 +0000 (11:37 +0800)
commit0ed7f1bab3f7326120e6dd1f6e45af2236f9dfca
tree71eb3816b2faf5eb7e5cdcb46418d8071fb25062
parent1c7de51db575877cecf64a0ba77c63bfe05a587b
x86: provide CONFIG_BUILD_ROM

Up to now we depended on an exported variable to build u-boot.rom.
We should be able to specify it in the configuration file, too.

With this patch this becomes possible using the new Kconfig option
CONFIG_BUILD_ROM.

This option depends on CONFIG_X86 and is selected in
qemu-x86_defconfig and qemu-x86_64_defconfig.

Cc: Simon Glass <sjg@chromium.org>
Cc: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Kconfig
Makefile
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig
doc/README.x86