summaryrefslogtreecommitdiffstats
path: root/conf/machine/omapl138-lcdk.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2022-02-22 04:13:45 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:38 -0600
commit20f3191aeb592dd889eeaf96a31526297de95306 (patch)
treeaec879b9855ff8a54df171ee808e30ac26f1c80b /conf/machine/omapl138-lcdk.conf
parentbea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff)
downloadmeta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf/machine/omapl138-lcdk.conf')
-rw-r--r--conf/machine/omapl138-lcdk.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/conf/machine/omapl138-lcdk.conf b/conf/machine/omapl138-lcdk.conf
deleted file mode 100644
index ba4d5645..00000000
--- a/conf/machine/omapl138-lcdk.conf
+++ /dev/null
@@ -1,19 +0,0 @@
1#@TYPE: Machine
2#@NAME: OMAP-L138 LCDK
3#@DESCRIPTION: Machine configuration for the TI OMAP-L138 LCDK board
4
5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl138.inc
7
8UBOOT_MACHINE = "omapl138_lcdk_config"
9UBOOT_SUFFIX = "ais"
10SPL_BINARY = ""
11
12UBOOT_ENTRYPOINT = "0xc0008000"
13UBOOT_LOADADDRESS = "0xc0008000"
14
15IMAGE_FSTYPES += "tar.xz"
16
17SERIAL_CONSOLES = "115200;ttyS2"
18
19KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb"