From 23faa56e6c06d8af413cfc6e45c4c05e484131d1 Mon Sep 17 00:00:00 2001 From: Travis Staton Date: Mon, 19 Jun 2023 14:11:11 -0400 Subject: [PATCH] Revert "bump u-boot" This reverts commit 434b3367ac69ec42c088c6253b58ed4cb96aedce. --- flake.lock | 8 ++++---- flake.nix | 2 +- overlay/default.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index cb91b20..406d9d4 100644 --- a/flake.lock +++ b/flake.lock @@ -71,7 +71,7 @@ }, "original": { "owner": "raspberrypi", - "ref": "1.20230405", + "ref": "stable", "repo": "firmware", "type": "github" } @@ -96,13 +96,13 @@ "u-boot-src": { "flake": false, "locked": { - "narHash": "sha256-k4CgiG6rOdgex+YxMRXqyJF7NFqAN9R+UKc3Y/+7jV0=", + "narHash": "sha256-30fe8klLHRsEtEQ1VpYh4S+AflG5yCQYWlGmpWyFL8w=", "type": "tarball", - "url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.04.tar.bz2" + "url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2" }, "original": { "type": "tarball", - "url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.04.tar.bz2" + "url": "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2" } } }, diff --git a/flake.nix b/flake.nix index e5a3c84..51e26dc 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { u-boot-src = { flake = false; - url = "https://ftp.denx.de/pub/u-boot/u-boot-2023.04.tar.bz2"; + url = "https://ftp.denx.de/pub/u-boot/u-boot-2023.01.tar.bz2"; }; rpi-linux-6_1-src = { flake = false; diff --git a/overlay/default.nix b/overlay/default.nix index e44ca50..ae44d43 100644 --- a/overlay/default.nix +++ b/overlay/default.nix @@ -47,7 +47,7 @@ in defconfig = "rpi_arm64_defconfig"; extraMeta.platforms = [ "aarch64-linux" ]; filesToInstall = [ "u-boot.bin" ]; - version = "2023.04"; + version = "2023.01"; src = u-boot-src; # In raspberry pi sbcs the firmware manipulates the device tree in # a variety of ways before handing it off to the linux kernel. [1]