From 37bd49353572a203d5e7e48258297d559f6f644e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 28 Feb 2024 15:20:49 +0200 Subject: [PATCH] fix uboot build K900 says that single patch is rpi4-specific --- hacks/orangepi5/uboot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hacks/orangepi5/uboot/default.nix b/hacks/orangepi5/uboot/default.nix index 0e920d6..1e8fc33 100644 --- a/hacks/orangepi5/uboot/default.nix +++ b/hacks/orangepi5/uboot/default.nix @@ -44,6 +44,8 @@ in CONFIG_ROCKCHIP_SPI_IMAGE=y ''; + patches = []; + ROCKCHIP_TPL = "${rkbin}/bin/rk35/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.12.bin"; BL31 = "${tfa}/bl31.elf";