radxa: allow platformFirmware to be overridable

Previously, it was a product-level option with a default value.
This commit is contained in:
ZHANG Yuntian
2025-02-07 16:14:39 +08:00
committed by mergify[bot]
parent 9430c63e02
commit bbf25ca940
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
radxa.enable = true;
rockchip = {
rk3588.enable = true;
platformFirmware = pkgs.ubootRock5ModelB;
platformFirmware = lib.mkDefault pkgs.ubootRock5ModelB;
};
};
};