Skip to content
Snippets Groups Projects
Commit 9ca2b46f authored by Ariadne Conill's avatar Ariadne Conill
Browse files

main/u-boot: add SPL image for unleashed too

parent 1780d75e
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Maintainer: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=u-boot pkgname=u-boot
pkgver=2021.07 pkgver=2021.07
pkgrel=2 pkgrel=3
pkgdesc="u-boot bootloader common files" pkgdesc="u-boot bootloader common files"
url="https://www.denx.de/wiki/U-Boot/" url="https://www.denx.de/wiki/U-Boot/"
arch="all !s390x !ppc64le" arch="all !s390x !ppc64le"
...@@ -146,6 +146,7 @@ _split_boards() { ...@@ -146,6 +146,7 @@ _split_boards() {
local board_images="" local board_images=""
case "$board" in case "$board" in
"sifive_unleashed") board_images="u-boot.itb spl/u-boot-spl.bin --" ;;
"sifive_unmatched") board_images="u-boot.itb spl/u-boot-spl.bin --" ;; "sifive_unmatched") board_images="u-boot.itb spl/u-boot-spl.bin --" ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment