Stefan Reinauer has uploaded this change for review. ( https://review.coreboot.org/c/em100/+/45537 )
Change subject: Update to use upstream version 4.3.10 ......................................................................
Update to use upstream version 4.3.10
Upstream 4.3.10 is using a different download slot, adjusting the makechips.sh script.
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: I740885e4773dcbd236d1a645e03b6896bf39c0d1 --- M makechips.sh 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/em100 refs/changes/37/45537/1
diff --git a/makechips.sh b/makechips.sh index fcf0070..8a2d901 100755 --- a/makechips.sh +++ b/makechips.sh @@ -12,7 +12,7 @@ # GNU General Public License for more details. #
-URL="https://www.dediprog.com/download/save/78.msi" +URL="https://www.dediprog.com/download/save/1145.msi" VURL="https://www.dediprog.com/download?productCategory=SPI+Flash+Solution&pro..."
if ! which curl > /dev/null; then