Skip to content

Commit

Permalink
Merge pull request #1678 from twoerner/contrib/twoerner/32bit-dt-reorg
Browse files Browse the repository at this point in the history
ARM 32-bit device-tree reorganization
  • Loading branch information
otavio authored Nov 1, 2023
2 parents 03927dc + 0d838c6 commit dd7acc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conf/machine/imx23evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ UBOOT_SUFFIX = "sb"

UBOOT_MACHINE = "mx23evk_config"

KERNEL_DEVICETREE = "imx23-evk.dtb"
KERNEL_DEVICETREE = "nxp/mxs/imx23-evk.dtb"
2 changes: 1 addition & 1 deletion conf/machine/imx28evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ UBOOT_CONFIG[sd] = "mx28evk_config,sdcard"
UBOOT_CONFIG[nand] = "mx28evk_nand_config,ubifs"
UBOOT_CONFIG[sd-auart-console] = "mx28evk_auart_console_config,sdcard"

KERNEL_DEVICETREE = "imx28-evk.dtb"
KERNEL_DEVICETREE = "nxp/mxs/imx28-evk.dtb"

SERIAL_CONSOLES = "115200;ttyAMA0"

Expand Down
2 changes: 1 addition & 1 deletion conf/machine/imx51evk.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "mx5:mx51:"
include conf/machine/include/imx-base.inc
include conf/machine/include/arm/armv7a/tune-cortexa8.inc

KERNEL_DEVICETREE = "imx51-babbage.dtb"
KERNEL_DEVICETREE = "nxp/imx/imx51-babbage.dtb"

# This machine is not supported by u-boot-imx as it is not tested by NXP on this
# board. So we force it to use u-boot-fslc which is based on mainline here.
Expand Down
2 changes: 1 addition & 1 deletion conf/machine/imx53qsb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ MACHINEOVERRIDES =. "mx5:mx53:"
include conf/machine/include/imx-base.inc
include conf/machine/include/arm/armv7a/tune-cortexa8.inc

KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb"
KERNEL_DEVICETREE = "nxp/imx/imx53-qsb.dtb nxp/imx/imx53-qsrb.dtb"

# This machine is not supported by u-boot-imx as it is not tested by NXP on this
# board. So we force it to use u-boot-fslc which is based on mainline here.
Expand Down

0 comments on commit dd7acc0

Please sign in to comment.