mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
riscv: Fix SiFive Unmatched build
While merging the VisionFive support, we removed the installation of u-boot-menu for the Unmatched by mistake: fix this by reinstating it. Fixes: ce9f5caccadf ("riscv: Add support for StarFive VisionFive") Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
This commit is contained in:
parent
03597e8cb4
commit
17e659ddf8
@ -304,6 +304,9 @@ EOF
|
||||
setup_cinocloud mountpoint
|
||||
;;
|
||||
*)
|
||||
chroot mountpoint apt-get install -qqy u-boot-menu #grub-efi-riscv64
|
||||
efi_target=riscv64-efi
|
||||
chroot mountpoint u-boot-update
|
||||
u_boot_arch="${SUBARCH}"
|
||||
if [ "${u_boot_arch}" = "hifive" ]; then
|
||||
u_boot_arch=sifive_fu540
|
||||
|
Loading…
x
Reference in New Issue
Block a user