From ca6b3dcc7ef1cced31272b62daec1f7c23c195c1 Mon Sep 17 00:00:00 2001 From: gokrazy-bot-2 <95002936+gokrazy-bot-2@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:34:22 -0700 Subject: [PATCH] auto-update u-boot to https://github.com/u-boot/u-boot/commit/0f073e022ddc5070e5df1d053e4bdc1874fbcc0f (#130) automatically merged --- .github/actions/testboot/action.yml | 2 +- cmd/gokr-build-uboot/build.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/testboot/action.yml b/.github/actions/testboot/action.yml index b4001ea..4c77517 100644 --- a/.github/actions/testboot/action.yml +++ b/.github/actions/testboot/action.yml @@ -60,7 +60,7 @@ runs: poweroff_url="${BOOTERY_URL%/testboot}/power/off" trap "curl -s --max-time 300 ${poweroff_url}" EXIT echo "Updating u-boot" - curl -s --max-time 300 --upload-file u-boot.bin --user gokrazy:${GOKRAZY_BAKE_PASSWORD} http://${BAKE_HOST}/update/device-specific/u-boot.bin + curl -s --max-time 300 --upload-file u-boot-rockchip.bin --user gokrazy:${GOKRAZY_BAKE_PASSWORD} http://${BAKE_HOST}/update/device-specific/u-boot-rockchip.bin echo "Test-booting" cd ~/gokrazy/bakery && gokr-boot -require_label=please-boot -set_label=please-merge -bootery_url=$BOOTERY_URL fi diff --git a/cmd/gokr-build-uboot/build.go b/cmd/gokr-build-uboot/build.go index 1449789..d23c9c9 100644 --- a/cmd/gokr-build-uboot/build.go +++ b/cmd/gokr-build-uboot/build.go @@ -11,8 +11,8 @@ import ( "strconv" ) -const ubootRev = "fe2ce09a0753634543c32cafe85eb87a625f76ca" -const ubootTS = 1718721296 +const ubootRev = "0f073e022ddc5070e5df1d053e4bdc1874fbcc0f" +const ubootTS = 1720039452 const trustedRepoRev = "10eb851f92acc67f7cdb955770e3bdced3026677" const (