diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-15 23:38:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-20 12:02:01 -0400 |
commit | 3db1e8538b784e8cf396998794be99bcadae43f9 (patch) | |
tree | a4f2c4691840f92f665a49a77cbb4a3c2814ef84 /conf/machine/omapl138-lcdk.conf | |
parent | 849db36709ed4165a1e829b0421338c049aa6346 (diff) | |
download | meta-ti-3db1e8538b784e8cf396998794be99bcadae43f9.tar.gz |
omapl138, omapl138-lcdk: add ti-pdk class configuration
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/omapl138-lcdk.conf')
-rw-r--r-- | conf/machine/omapl138-lcdk.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/omapl138-lcdk.conf b/conf/machine/omapl138-lcdk.conf index 84e71d07..c2ffb40a 100644 --- a/conf/machine/omapl138-lcdk.conf +++ b/conf/machine/omapl138-lcdk.conf | |||
@@ -16,3 +16,6 @@ IMAGE_FSTYPES += "tar.xz" | |||
16 | SERIAL_CONSOLE = "115200 ttyS2" | 16 | SERIAL_CONSOLE = "115200 ttyS2" |
17 | 17 | ||
18 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" | 18 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" |
19 | |||
20 | # Set the list of device targets for ti-pdk class recipes | ||
21 | TI_PDK_LIMIT_BOARDS = "lcdkOMAPL138" | ||