Skip to content

Commit

Permalink
bananapi/common: bump uboot to 2025.01
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Feb 12, 2025
1 parent 2a61137 commit 9ad23e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ main SkiffOS repository:
| [Allwinner Nezha] | [allwinner/nezha] | ✔ U-boot 2022.10 | ✔ sm-6.1-rc3 |
| [Apple Macbook Intel] | [apple/intel] |[rEFInd] | ✔ 6.12.11 |
| [Apple Silicon] | [apple/arm] | ✔ UTM (as VM) | ✔ 6.12.11 |
| [BananaPi M1+/Pro] | [bananapi/m1plus] | ✔ U-Boot 2023.07 | ✔ 6.12.11 |
| [BananaPi M1] | [bananapi/m1] | ✔ U-Boot 2023.07 | ✔ 6.12.11 |
| [BananaPi M2] | [bananapi/m2] | ✔ U-Boot 2023.07 | ✔ 6.12.11 |
| [BananaPi M2+] | [bananapi/m2plus] | ✔ U-Boot 2023.07 | ✔ 6.12.11 |
| [BananaPi M2 Ultra] | [bananapi/m2ultra] | ✔ U-Boot 2023.07 | ✔ 6.12.11 |
| [BananaPi M3] | [bananapi/m3] | ✔ U-Boot 2023.07 | ✔ 6.12.11 |
| [BananaPi M1+/Pro] | [bananapi/m1plus] | ✔ U-Boot 2025.01 | ✔ 6.12.11 |
| [BananaPi M1] | [bananapi/m1] | ✔ U-Boot 2025.01 | ✔ 6.12.11 |
| [BananaPi M2] | [bananapi/m2] | ✔ U-Boot 2025.01 | ✔ 6.12.11 |
| [BananaPi M2+] | [bananapi/m2plus] | ✔ U-Boot 2025.01 | ✔ 6.12.11 |
| [BananaPi M2 Ultra] | [bananapi/m2ultra] | ✔ U-Boot 2025.01 | ✔ 6.12.11 |
| [BananaPi M3] | [bananapi/m3] | ✔ U-Boot 2025.01 | ✔ 6.12.11 |
| [BeagleBoard X15] | [beaglebone/x15] | ✔ U-Boot 2022.04 | ✔ 5.10.168-ti |
| [BeagleBone AI] | [beaglebone/ai] | ✔ U-Boot 2022.04 | ✔ 5.10.168-ti |
| [BeagleBone Black] | [beaglebone/black] | ✔ U-Boot 2022.04 | ✔ 5.10.168-ti |
Expand Down
2 changes: 1 addition & 1 deletion configs/bananapi/common/buildroot/uboot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.07"
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2025.01"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Bananapi"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
Expand Down

1 comment on commit 9ad23e5

@paralin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.