diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2017-03-21 00:38:04 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-20 16:42:52 -0400 |
| commit | fbe3f7f6e5c8a08b8e4bcd36f93cf624003b1215 (patch) | |
| tree | b856abc59d0df201a498030777a4db1b0d14346a | |
| parent | b8cfbcdb0f37c7ff4e1a3196187a65307fcf617a (diff) | |
| download | meta-ti-fbe3f7f6e5c8a08b8e4bcd36f93cf624003b1215.tar.gz | |
omapl138: rename old am180x platform into new generic omapl138-lcdk
Updated all corresponding defconfigs as well.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/omapl138-lcdk.conf (renamed from conf/machine/am180x-evm.conf) | 6 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig | 1 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig | 1 |
3 files changed, 5 insertions, 3 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/omapl138-lcdk.conf index ef248a3e..84e71d07 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/omapl138-lcdk.conf | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | #@TYPE: Machine | 1 | #@TYPE: Machine |
| 2 | #@NAME: AM180x CPUs on an AM180x EVM board | 2 | #@NAME: OMAP-L138 LCDK |
| 3 | #@DESCRIPTION: Machine configuration for the TI AM180x EVM board | 3 | #@DESCRIPTION: Machine configuration for the TI OMAP-L138 LCDK board |
| 4 | 4 | ||
| 5 | require conf/machine/include/davinci.inc | 5 | require conf/machine/include/davinci.inc |
| 6 | require conf/machine/include/omapl138.inc | 6 | require conf/machine/include/omapl138.inc |
| 7 | 7 | ||
| 8 | UBOOT_MACHINE = "da850_am18xxevm_config" | 8 | UBOOT_MACHINE = "omapl138_lcdk_config" |
| 9 | UBOOT_SUFFIX = "ais" | 9 | UBOOT_SUFFIX = "ais" |
| 10 | 10 | ||
| 11 | UBOOT_ENTRYPOINT = "0xc0008000" | 11 | UBOOT_ENTRYPOINT = "0xc0008000" |
diff --git a/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig b/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig new file mode 100644 index 00000000..b3467853 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-4.9/omapl138/defconfig | |||
| @@ -0,0 +1 @@ | |||
| use-tisdk-config=ti_sdk_omapl138_release | |||
diff --git a/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig b/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig new file mode 100644 index 00000000..95b61168 --- /dev/null +++ b/recipes-kernel/linux/linux-ti-staging-systest-4.9/omapl138/defconfig | |||
| @@ -0,0 +1 @@ | |||
| use-tisdk-config=ti_sdk_omapl138_debug | |||
