diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-02-02 04:36:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-02 18:34:47 -0500 |
commit | e866980b744e99c9254ebd529b26a0e461c81b84 (patch) | |
tree | 4f99c8b5efe5c3fa892e48ca38a19380cfe06b2e /conf/machine/am37x-evm.conf | |
parent | ff8c2019ac1f1f7646ee5c2a6eb4327217be6779 (diff) | |
download | meta-ti-e866980b744e99c9254ebd529b26a0e461c81b84.tar.gz |
conf/machine: set KERNEL_DEVICETREE dtb list per machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/am37x-evm.conf')
-rw-r--r-- | conf/machine/am37x-evm.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf index 99adb086..c1776df6 100644 --- a/conf/machine/am37x-evm.conf +++ b/conf/machine/am37x-evm.conf | |||
@@ -12,6 +12,8 @@ MACHINE_FEATURES += "touchscreen ethernet" | |||
12 | IMAGE_FSTYPES += "ubi tar.gz" | 12 | IMAGE_FSTYPES += "ubi tar.gz" |
13 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" | 13 | EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048" |
14 | 14 | ||
15 | KERNEL_DEVICETREE = "omap3-evm-37xx.dtb" | ||
16 | |||
15 | SERIAL_CONSOLE = "115200 ttyO0" | 17 | SERIAL_CONSOLE = "115200 ttyO0" |
16 | 18 | ||
17 | # NOTE: there are NAND and OneNAND versions of this board... | 19 | # NOTE: there are NAND and OneNAND versions of this board... |