SoQuartz: reference correct uboot

This commit is contained in:
asonix 2023-03-02 13:35:30 -06:00
parent f55e18f699
commit 4bde1b5c30

View file

@ -61,21 +61,21 @@
let system = buildSystem attrs; in
rockchip {
system = system.soquartz-model-a;
uboot = quartzUBoots.ubootSoQuartzModelA;
uboot = quartzUBoots.ubootSoQuartz;
});
buildSoQuartzCM4 = ({ kernel, modules ? [ ] }@attrs:
let system = buildSystem attrs; in
rockchip {
system = system.soquartz-cm4;
uboot = quartzUBoots.ubootSoQuartzCM4;
uboot = quartzUBoots.ubootSoQuartz;
});
buildSoQuartzBlade = ({ kernel, modules ? [ ] }@attrs:
let system = buildSystem attrs; in
rockchip {
system = system.soquartz-blade;
uboot = quartzUBoots.ubootSoQuartzBlade;
uboot = quartzUBoots.ubootSoQuartz;
});
buildRock64 = ({ kernel, modules ? [ ] }@attrs: