configuration: Prefer the internal first u-boot

This commit is contained in:
Samuel Dionne-Riel 2020-07-14 19:30:51 -04:00
parent ba23e68211
commit 072e83cbc0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
uboot = pkgs.uBootPinebookProExternalFirst;
uboot = pkgs.uBootPinebookPro;
in
{
imports = [