summaryrefslogtreecommitdiffstats
path: root/bsp/meta-ti/conf/machine/dra7xx-evm.conf
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /bsp/meta-ti/conf/machine/dra7xx-evm.conf
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'bsp/meta-ti/conf/machine/dra7xx-evm.conf')
-rw-r--r--bsp/meta-ti/conf/machine/dra7xx-evm.conf22
1 files changed, 14 insertions, 8 deletions
diff --git a/bsp/meta-ti/conf/machine/dra7xx-evm.conf b/bsp/meta-ti/conf/machine/dra7xx-evm.conf
index ada32073..67f9a0d1 100644
--- a/bsp/meta-ti/conf/machine/dra7xx-evm.conf
+++ b/bsp/meta-ti/conf/machine/dra7xx-evm.conf
@@ -6,17 +6,23 @@ require conf/machine/include/dra7xx.inc
MACHINE_FEATURES += "touchscreen"
-IMAGE_FSTYPES += "tar.xz"
-
SERIAL_CONSOLES = "115200;ttyS0"
KERNEL_DEVICETREE = " \
- dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
- dra71-evm.dtb dra71-evm-nand.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \
- dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
- dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
- dra76-evm.dtb dra76-evm-tfp410.dtb dra76-evm-ov490.dtb dra76-evm-ov5640.dtb \
- dra76-evm-tfp410-ov490.dtb dra76-evm-tfp410-ov5640.dtb \
+ dra7-evm.dtb \
+ dra7-evm-lcd-osd101t2045.dtb \
+ dra7-evm-lcd-osd101t2587.dtb \
+ dra71-evm.dtb \
+ dra71-evm-nand.dtb \
+ dra71-evm-lcd-auo-g101evn01.0.dtb \
+ dra72-evm.dtb \
+ dra72-evm-lcd-osd101t2045.dtb \
+ dra72-evm-lcd-osd101t2587.dtb \
+ dra72-evm-revc.dtb \
+ dra72-evm-revc-lcd-osd101t2045.dtb \
+ dra72-evm-revc-lcd-osd101t2587.dtb \
+ dra76-evm.dtb \
+ dra76-evm-tfp410.dtb \
"
UBOOT_MACHINE = "dra7xx_evm_config"