soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION
Change-Id: I4cf5cd1d3bed7188590e4f143d8f14dc9e58b183 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29610 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
parent
316c9a36d8
commit
a6508a4510
|
@ -24,11 +24,6 @@ config IPQ_QFN_PART
|
|||
help
|
||||
Is the SoC a QFN part (as opposed to a BGA part)
|
||||
|
||||
config MBN_ENCAPSULATION
|
||||
depends on USE_BLOBS
|
||||
bool "bootblock encapsulation for ipq40xx"
|
||||
default y
|
||||
|
||||
config CDT_MBN
|
||||
string "CDT binary blob"
|
||||
default "cdt-AP.DK01.1-C1.bin"
|
||||
|
|
|
@ -17,11 +17,6 @@ config VBOOT
|
|||
select VBOOT_SEPARATE_VERSTAGE
|
||||
select VBOOT_RETURN_FROM_VERSTAGE
|
||||
|
||||
config MBN_ENCAPSULATION
|
||||
depends on USE_BLOBS
|
||||
bool "bootblock encapsulation for ipq8064"
|
||||
default y
|
||||
|
||||
config SBL_BLOB
|
||||
depends on USE_BLOBS
|
||||
string "file name of the Qualcomm SBL blob"
|
||||
|
|
Loading…
Reference in New Issue