diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-01-13 19:39:05 -0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:10:14 -0700 |
commit | 8b67761437099c81c18f825f195c70a25fed0097 (patch) | |
tree | 1094c08109d991c9504587c703bf63996a1d31a9 /arch/arm/dts/Makefile | |
parent | fdbae099bf1337aac485ac2f96858bf3985a71e8 (diff) | |
download | u-boot-imx-8b67761437099c81c18f825f195c70a25fed0097.zip u-boot-imx-8b67761437099c81c18f825f195c70a25fed0097.tar.gz u-boot-imx-8b67761437099c81c18f825f195c70a25fed0097.tar.bz2 |
arm: ls1021atwr: Split off board device tree
Move /chosen node out of the board device tree.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/Makefile')
-rw-r--r-- | arch/arm/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index e4f8aae..5a6f75a 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -93,7 +93,7 @@ dtb-$(CONFIG_TARGET_BEAGLE_X15) += am57xx-beagle-x15.dtb dtb-$(CONFIG_TARGET_STV0991) += stv0991.dtb dtb-$(CONFIG_LS102XA) += ls1021a-qds.dtb \ - ls1021a-twr.dtb + ls1021a-twr-duart.dtb dtb-$(CONFIG_FSL_LSCH3) += fsl-ls2080a-qds.dtb \ fsl-ls2080a-rdb.dtb dtb-$(CONFIG_FSL_LSCH2) += fsl-ls1043a-qds.dtb \ |