summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-11-01 11:13:26 -0300
committerGitHub <noreply@github.com>2023-11-01 11:13:26 -0300
commitdd7acc0e6086cdafe2c807dd9024c0a31195cc24 (patch)
treea6450fe31355f4ab410450db4cd10fe9455962b7 /conf
parent03927dc65828be85a4520765b158a204e8ad9c5d (diff)
parent0d838c680659ed42587e2ecaf33ed0c2dcc79546 (diff)
downloadmeta-freescale-dd7acc0e6086cdafe2c807dd9024c0a31195cc24.tar.gz
Merge pull request #1678 from twoerner/contrib/twoerner/32bit-dt-reorg
ARM 32-bit device-tree reorganization
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx23evk.conf2
-rw-r--r--conf/machine/imx28evk.conf2
-rw-r--r--conf/machine/imx51evk.conf2
-rw-r--r--conf/machine/imx53qsb.conf2
4 files changed, 4 insertions, 4 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 64e0411a..4e2fe980 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -18,4 +18,4 @@ UBOOT_SUFFIX = "sb"
18 18
19UBOOT_MACHINE = "mx23evk_config" 19UBOOT_MACHINE = "mx23evk_config"
20 20
21KERNEL_DEVICETREE = "imx23-evk.dtb" 21KERNEL_DEVICETREE = "nxp/mxs/imx23-evk.dtb"
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index 99ed29a9..cecb97d2 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -21,7 +21,7 @@ UBOOT_CONFIG[sd] = "mx28evk_config,sdcard"
21UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs" 21UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
22UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard" 22UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard"
23 23
24KERNEL_DEVICETREE = "imx28-evk.dtb" 24KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb"
25 25
26SERIAL_CONSOLES = "115200;ttyAMA0" 26SERIAL_CONSOLES = "115200;ttyAMA0"
27 27
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
index 7c66435d..5934afa1 100644
--- a/conf/machine/imx51evk.conf
+++ b/conf/machine/imx51evk.conf
@@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "mx5:mx51:"
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 = "imx51-babbage.dtb" 12KERNEL_DEVICETREE = "nxp/imx/imx51-babbage.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.
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.