summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2023-10-31 09:27:48 -0400
committerTrevor Woerner <twoerner@gmail.com>2023-10-31 09:57:17 -0400
commit0d838c680659ed42587e2ecaf33ed0c2dcc79546 (patch)
treeea3a54c4df63520ee29d60d4adcb434bf41ddfc8 /conf/machine/imx53qsb.conf
parent37bd435c44dbd8dc38d633b109f131952b9e221f (diff)
downloadmeta-freescale-0d838c680659ed42587e2ecaf33ed0c2dcc79546.tar.gz
ARM 32-bit device-tree reorganization
The 32-bit ARM device trees in the Linux kernel were reorganized in a manner similar to how the 64-bit ARM device trees have always been organized: by placing them in vendor+family subdirectories. Therefore update the KERNEL_DEVICETREE definitions to match. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'conf/machine/imx53qsb.conf')
-rw-r--r--conf/machine/imx53qsb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index c9b98d22..60ac75d6 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "mx5:mx53:"
9include conf/machine/include/imx-base.inc 9include conf/machine/include/imx-base.inc
10include conf/machine/include/arm/armv7a/tune-cortexa8.inc 10include conf/machine/include/arm/armv7a/tune-cortexa8.inc
11 11
12KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" 12KERNEL_DEVICETREE = "nxp/imx/imx53-qsb.dtb nxp/imx/imx53-qsrb.dtb"
13 13
14# This machine is not supported by u-boot-imx as it is not tested by NXP on this 14# This machine is not supported by u-boot-imx as it is not tested by NXP on this
15# board. So we force it to use u-boot-fslc which is based on mainline here. 15# board. So we force it to use u-boot-fslc which is based on mainline here.