Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/29610
Change subject: soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION ......................................................................
soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION
Change-Id: I4cf5cd1d3bed7188590e4f143d8f14dc9e58b183 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/soc/qualcomm/ipq40xx/Kconfig M src/soc/qualcomm/ipq806x/Kconfig 2 files changed, 0 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/29610/1
diff --git a/src/soc/qualcomm/ipq40xx/Kconfig b/src/soc/qualcomm/ipq40xx/Kconfig index b0d3f07..2cfcd2d 100644 --- a/src/soc/qualcomm/ipq40xx/Kconfig +++ b/src/soc/qualcomm/ipq40xx/Kconfig @@ -24,11 +24,6 @@ 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" diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 54300eb..a6262d0 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -17,11 +17,6 @@ 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"