[coreboot-gerrit] New patch to review for coreboot: f800275 storm: use correct location for SBL blobs

Marc Jones (marc.jones@se-eng.com) gerrit at coreboot.org
Wed Dec 31 06:35:08 CET 2014


Marc Jones (marc.jones at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7998

-gerrit

commit f800275b1e1b33515206f464d22b4ed35f63e734
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Apr 22 18:48:33 2014 -0700

    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
    
    Original-Change-Id: I82c9350eb70f231a0c76b63261518096dbad926c
    Original-Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/196406
    Original-Reviewed-by: Stefan Reinauer <reinauer at chromium.org>
    (cherry picked from commit dfc52febbf7d76279abd5d2703a9f9f9a6fcc92c)
    Signed-off-by: Marc Jones <marc.jones at se-eng.com>
    
    Change-Id: Iffdb14a114999b61967387b00461d602635c82d8
---
 src/soc/qualcomm/ipq806x/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/qualcomm/ipq806x/Kconfig b/src/soc/qualcomm/ipq806x/Kconfig
index 385c793..41d0f82 100644
--- a/src/soc/qualcomm/ipq806x/Kconfig
+++ b/src/soc/qualcomm/ipq806x/Kconfig
@@ -33,7 +33,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



More information about the coreboot-gerrit mailing list