diff --git a/configs/config.storm b/configs/config.storm index d1d3891f25..480dade440 100644 --- a/configs/config.storm +++ b/configs/config.storm @@ -5,3 +5,4 @@ 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/Makefile.inc b/src/soc/qualcomm/ipq806x/Makefile.inc index 9ac5661fe1..0acd7754a1 100644 --- a/src/soc/qualcomm/ipq806x/Makefile.inc +++ b/src/soc/qualcomm/ipq806x/Makefile.inc @@ -22,7 +22,7 @@ $(objcbfs)/bootblock.mbn: $(objcbfs)/bootblock.raw @mv $@.tmp $@ # Create a complete bootblock which will start up the system -$(objcbfs)/bootblock.bin: ./$(call strip_quotes,$(CONFIG_SBL_BLOB)) \ +$(objcbfs)/bootblock.bin: $(call strip_quotes,$(CONFIG_SBL_BLOB)) \ $(objcbfs)/bootblock.mbn @printf " CAT $(subst $(obj)/,,$(@))\n" @cat $^ > $@.tmp