summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-04-05 05:13:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-04-04 19:32:58 -0400
commit2fc5a36b445488dcf26fe94e96c8d672e3ba6768 (patch)
tree302b0a306a57185041d52461378cf0d1d73e06e1
parent92ea7270ff55c90120ec8d6558ac77a85473616a (diff)
downloadmeta-ti-2fc5a36b445488dcf26fe94e96c8d672e3ba6768.tar.gz
conf/machine: add couple new DTBs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/dra7xx-evm.conf2
-rw-r--r--conf/machine/include/ti33x.inc3
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 9a65a271..b9554ab9 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -13,7 +13,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
13KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ 13KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
14 dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \ 14 dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
15 dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \ 15 dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
16 dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb dra71-lcard.dtb \ 16 dra71-evm.dtb dra71-evm-nand.dtb dra71-evm-lcd-auo-g101evn01.0.dtb dra71-lcard.dtb \
17 dra76-evm.dtb dra76-evm-tfp410.dtb" 17 dra76-evm.dtb dra76-evm-tfp410.dtb"
18 18
19UBOOT_MACHINE = "dra7xx_evm_config" 19UBOOT_MACHINE = "dra7xx_evm_config"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 412bbace..291e89aa 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,7 +26,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-icev2.dtb \ 29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb \
30 am335x-icev2.dtb am335x-icev2-prueth.dtb \
30 am335x-bone.dtb am335x-boneblue.dtb \ 31 am335x-bone.dtb am335x-boneblue.dtb \
31 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ 32 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
32 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" 33 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb"