diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
| commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
| tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /conf/machine/omapl138-lcdk.conf | |
| parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
| download | meta-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.conf | 19 |
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 | |||
| 5 | require conf/machine/include/davinci.inc | ||
| 6 | require conf/machine/include/omapl138.inc | ||
| 7 | |||
| 8 | UBOOT_MACHINE = "omapl138_lcdk_config" | ||
| 9 | UBOOT_SUFFIX = "ais" | ||
| 10 | SPL_BINARY = "" | ||
| 11 | |||
| 12 | UBOOT_ENTRYPOINT = "0xc0008000" | ||
| 13 | UBOOT_LOADADDRESS = "0xc0008000" | ||
| 14 | |||
| 15 | IMAGE_FSTYPES += "tar.xz" | ||
| 16 | |||
| 17 | SERIAL_CONSOLES = "115200;ttyS2" | ||
| 18 | |||
| 19 | KERNEL_DEVICETREE = "da850-evm.dtb da850-lcdk.dtb" | ||
