diff --git a/configs/config.storm b/configs/config.storm index 480dade440..d1d3891f25 100644 --- a/configs/config.storm +++ b/configs/config.storm @@ -5,4 +5,3 @@ CONFIG_COREBOOT_ROMSIZE_KB_4096=y CONFIG_COLLECT_TIMESTAMPS=y CONFIG_CONSOLE_CBMEM=y CONFIG_USE_BLOBS=y -CONFIG_SBL_BLOB="/build/storm/firmware/sbls.bin" diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig index 15f29a5f54..44cd500814 100644 --- a/src/soc/qualcomm/ipq806x/Kconfig +++ b/src/soc/qualcomm/ipq806x/Kconfig @@ -29,7 +29,7 @@ config MBN_ENCAPSULATION config SBL_BLOB depends on USE_BLOBS string "file name of the Qualcomm SBL blob" - default "3rdparty/cpu/qualcomm/ipq8064/sbls.bin" + default "3rdparty/cpu/qualcomm/ipq806x/sbls.bin" help The path and filename of the binary blob containing ipq806x early initialization code, as supplied by the