mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	radxa: allow platformFirmware to be overridable
Previously, it was a product-level option with a default value.
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							9430c63e02
						
					
				
				
					commit
					bbf25ca940
				
			@@ -13,7 +13,7 @@
 | 
			
		||||
      radxa.enable = true;
 | 
			
		||||
      rockchip = {
 | 
			
		||||
        rk3399.enable = true;
 | 
			
		||||
        platformFirmware = pkgs.ubootRock4CPlus;
 | 
			
		||||
        platformFirmware = lib.mkDefault pkgs.ubootRock4CPlus;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user