]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: Drop CONFIG_BUILD_ROM and repurpose BUILD_ROM
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:04 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commit3be8ba5ea54c8fdb25690cb427a98040da854045
tree103d6f16b8a9828a7f6d2ceea9b142a011fc161b
parent42b18df80fdbbafc50b039201769b154b3ae533b
x86: Drop CONFIG_BUILD_ROM and repurpose BUILD_ROM

This Kconfig is not needed anymore since U-Boot will build the ROM if the
required binary blobs exist.

The BUILD_ROM environment variable used to request that the ROM be built.
Now this always happens if the required binary blobs are available. Update
it to mean that U-Boot should fail if the ROM cannot be built. This
behaviour should be compatible with how it used to work.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Kconfig
Makefile
configs/qemu-x86_64_defconfig
configs/qemu-x86_defconfig