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:
Ivan Nikolaenko
2023-03-07 12:05:26 +02:00
parent f6610997b0
commit 826a2714d7
5 changed files with 8 additions and 6 deletions

View File

@@ -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