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 <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/196406 Reviewed-by: Stefan Reinauer <reinauer@chromium.org>
This commit is contained in:
parent
aedc419243
commit
dfc52febbf
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue