]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
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)
commit871aa41d4c9ecf8d89b98491dc86d0097fdf80e5
tree71eb3816b2faf5eb7e5cdcb46418d8071fb25062
parent83262f99cd3619336b0d48257bc6595b7610a134
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