From ffaa7abfc5e930448a3aadb17e5eb00cabb37b9d Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 27 Jul 2021 23:15:39 +0800 Subject: 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 Reviewed-by: Simon Glass --- arch/x86/Kconfig | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/x86/Kconfig') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 970bdff..300b485 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -364,7 +364,6 @@ config HAVE_FSP depends on !EFI select USE_HOB select HAS_ROM - select ROM_NEEDS_BLOBS help Select this option to add an Firmware Support Package binary to the resulting U-Boot image. It is a binary blob which U-Boot uses @@ -525,7 +524,6 @@ config ENABLE_MRC_CACHE config HAVE_MRC bool "Add a System Agent binary" select HAS_ROM - select ROM_NEEDS_BLOBS depends on !HAVE_FSP help Select this option to add a System Agent binary to -- cgit v1.1