mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
nxp: imx8: Fix wrong paths to imx-uboot.nix file
In addition, adjust code formatting and improve documentation Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
This commit is contained in:
@@ -18,7 +18,7 @@ with pkgs; let
|
||||
ahab = "mx8qmb0-ahab-container.img";
|
||||
scfw = "mx8qm-mek-scfw-tcm.bin";
|
||||
soc = "QM";
|
||||
patches = [ ../patches/0001-Add-UEFI-boot-on-imx8qm_mek.patch ];
|
||||
patches = [ ../patches/0001-Add-UEFI-boot-for-imx8qm.patch ];
|
||||
};
|
||||
|
||||
imx8-attrs = if (targetBoard == "imx8qxp") then imx8qxp-attrs
|
||||
|
||||
Reference in New Issue
Block a user