Revert "bump u-boot"

This reverts commit 434b3367ac.
This commit is contained in:
Travis Staton 2023-06-19 14:11:11 -04:00
parent 434b3367ac
commit 23faa56e6c
3 changed files with 6 additions and 6 deletions

View file

@ -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]