Skip to content

Commit

Permalink
Merge pull request #283 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 7, 2023
2 parents 47d6186 + 3e2b24e commit e0571a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion conf/machine/include/imx233-olinuxino.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ IMXBOOTLETS_MACHINE = "stmp378x_dev"
UBOOT_MACHINE = "mx23_olinuxino_config"

KERNEL_IMAGETYPE = "uImage"
KERNEL_DEVICETREE = "imx23-olinuxino.dtb"
KERNEL_DEVICETREE = "nxp/mxs/imx23-olinuxino.dtb"

MACHINE_FEATURES = "usbgadget usbhost vfat"
14 changes: 7 additions & 7 deletions conf/machine/wandboard.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
WANDBOARD_DEFAULT_KERNEL:use-mainline-bsp = "linux-fslc"
PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
KERNEL_DEVICETREE = " \
imx6dl-wandboard.dtb \
imx6dl-wandboard-revb1.dtb \
imx6dl-wandboard-revd1.dtb \
imx6q-wandboard.dtb \
imx6q-wandboard-revb1.dtb \
imx6q-wandboard-revd1.dtb \
imx6qp-wandboard-revd1.dtb \
nxp/imx/imx6dl-wandboard.dtb \
nxp/imx/imx6dl-wandboard-revb1.dtb \
nxp/imx/imx6dl-wandboard-revd1.dtb \
nxp/imx/imx6q-wandboard.dtb \
nxp/imx/imx6q-wandboard-revb1.dtb \
nxp/imx/imx6q-wandboard-revd1.dtb \
nxp/imx/imx6qp-wandboard-revd1.dtb \
"

KERNEL_IMAGETYPE = "zImage"
Expand Down

0 comments on commit e0571a4

Please sign in to comment.