mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-23 03:19:43 +01:00
configuration: Prefer the internal first u-boot
This commit is contained in:
parent
4a46accd02
commit
ebcdf177d1
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
uboot = pkgs.uBootPinebookProExternalFirst;
|
||||
uboot = pkgs.uBootPinebookPro;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue