diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2021-07-27 23:15:39 +0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2021-08-02 15:11:40 +0800 |
commit | ffaa7abfc5e930448a3aadb17e5eb00cabb37b9d (patch) | |
tree | a01e2e350a004502977a53d7303838e4e96a9825 /Kconfig | |
parent | e7a61c5cc0d13e66f18765b7c428ce4f6d60cf9a (diff) | |
download | u-boot-ffaa7abfc5e930448a3aadb17e5eb00cabb37b9d.tar.gz u-boot-ffaa7abfc5e930448a3aadb17e5eb00cabb37b9d.tar.bz2 u-boot-ffaa7abfc5e930448a3aadb17e5eb00cabb37b9d.zip |
x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM
These 2 options are no longer needed as now binman is used to build
u-boot.rom.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -343,27 +343,6 @@ config HAS_ROM Enables building of a u-boot.rom target. This collects U-Boot and any necessary binary blobs. -config ROM_NEEDS_BLOBS - bool - depends on HAS_ROM - help - Enable this if building the u-boot.rom target needs binary blobs, and - so cannot be done normally. In this case, U-Boot will only build the - ROM if the required blobs exist. If not, you will see an warning like: - - Image 'main-section' is missing external blobs and is non-functional: - intel-descriptor intel-me intel-refcode intel-vga intel-mrc - -config BUILD_ROM - bool "Build U-Boot as BIOS replacement" - depends on HAS_ROM - default y if !ROM_NEEDS_BLOBS - help - This option allows to build a ROM version of U-Boot. - The build process generally requires several binary blobs - which are not shipped in the U-Boot source tree. - Please, see doc/arch/x86.rst for details. - config SPL_IMAGE string "SPL image used in the combined SPL+U-Boot image" default "spl/boot.bin" if ARCH_AT91 && SPL_NAND_SUPPORT |