From dfc52febbf7d76279abd5d2703a9f9f9a6fcc92c Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 22 Apr 2014 18:48:33 -0700 Subject: [PATCH] storm: use correct location for SBL blobs The coreboot ebuild will take care of placing the blob at the default location when emerging. CQ-DEPEND=CL:196414 BUG=chrome-os-partner:28059 TEST=manual 'emerge-storm coreboot' succeeds again Change-Id: I82c9350eb70f231a0c76b63261518096dbad926c Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/196406 Reviewed-by: Stefan Reinauer --- configs/config.storm | 1 - src/soc/qualcomm/ipq806x/Kconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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