1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-16 20:21:32 +03:00

pine64-pinephone: Enable stage-0 support

This commit is contained in:
Samuel Dionne-Riel 2020-12-21 16:13:19 -05:00
parent b81fd24f33
commit 5113fad354

View File

@ -47,4 +47,7 @@
gpio set 114 # G
gpio clear 116 # B
'';
# Supports rebooting into generation kernel through kexec.
mobile.quirks.supportsStage-0 = true;
}