summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Ziswiler <[email protected]>2023-01-16 20:04:56 +0100
committerStefano Babic <[email protected]>2023-01-30 20:59:09 +0100
commitfe7b2b322ec49ab3c78494054f15e23ad5256fc9 (patch)
tree1fad16d4b6ac88948c6120dc1e0538018b047f3f /include
parent6629e1590495a476c05ce113c2b1f9e3e0b11da3 (diff)
apalis-imx8: implement pcb version and soc variant handling
Implement PCB version and SoC variant handling which automatically loads the correct device tree for the Linux kernel. Signed-off-by: Marcel Ziswiler <[email protected]> Signed-off-by: Andrejs Cainikovs <[email protected]> Signed-off-by: Francesco Dolcini <[email protected]> Reviewed-by: Fabio Estevam <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/apalis-imx8.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h
index 73d8d245a96..a8b2b0774fe 100644
--- a/include/configs/apalis-imx8.h
+++ b/include/configs/apalis-imx8.h
@@ -38,8 +38,7 @@
"boot_script_dhcp=boot.scr\0" \
"console=ttyLP1 earlycon\0" \
"fdt_addr=0x83000000\0" \
- "fdt_file=fsl-imx8qm-apalis-eval.dtb\0" \
- "fdtfile=fsl-imx8qm-apalis-eval.dtb\0" \
+ "fdt_board=eval\0" \
"finduuid=part uuid mmc ${mmcdev}:2 uuid\0" \
"initrd_addr=0x83800000\0" \
"initrd_high=0xffffffffffffffff\0" \