
29 Jun
2020
29 Jun
'20
9:44 a.m.
On Sun, Jun 14, 2020 at 10:58 AM Simon Glass sjg@chromium.org wrote:
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
(no changes since v1)
Kconfig | 7 +++++-- Makefile | 3 ++- configs/qemu-x86_64_defconfig | 1 - configs/qemu-x86_defconfig | 1 - 4 files changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com