diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-02-15 09:20:02 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-02-15 12:08:14 -0500 |
commit | a01194eba676792f1b515c2e14479c1bc77d1095 (patch) | |
tree | 9f5e523c3e9cb7638a0610a3e951db4fe3a94fce /conf/machine/dra7xx-evm.conf | |
parent | b42044aaf51323d6948e6837884327b182ef9022 (diff) | |
download | meta-ti-a01194eba676792f1b515c2e14479c1bc77d1095.tar.gz |
linux-ti-staging: upgrade to 4.14
Some DTBs have changed, am57xx-evm moved to DT overlays.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/dra7xx-evm.conf')
-rw-r--r-- | conf/machine/dra7xx-evm.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 7db9ff69..e0717c5f 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf | |||
@@ -10,10 +10,11 @@ IMAGE_FSTYPES += "tar.xz" | |||
10 | 10 | ||
11 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SERIAL_CONSOLE = "115200 ttyS0" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-lg.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ | 13 | KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \ |
14 | dra72-evm.dtb dra72-evm-lcd-lg.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 dra76-evm.dtb dra76-evm-tfp410.dtb" | 16 | dra71-evm.dtb dra71-evm-lcd-auo-g101evn01.0.dtb \ |
17 | dra76-evm.dtb dra76-evm-tfp410.dtb" | ||
17 | 18 | ||
18 | UBOOT_MACHINE = "dra7xx_evm_config" | 19 | UBOOT_MACHINE = "dra7xx_evm_config" |
19 | 20 | ||