summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-05-17 11:17:39 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-01 13:44:53 +0200
commit677cc78161fe18b5e922f9928b5fc11cad014caa (patch)
tree05605acf41dec579d1949aca8a95fbc059783728 /recipes-bsp/u-boot
parent179e4188a38ccc086f8b23201fa1594ea9ba0c0f (diff)
apalis-tk1-mainline: rename machine to apalis-tk1
Rename the apalis-tk1-mainline machine to the now dropped apalis-tk1 machine name. Related-to: ELB-2733 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 0bf55088d1f34338dd04f83d6b90b7a72f6867de)
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/files/tegra124/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct (renamed from recipes-bsp/u-boot/files/tegra124m/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct)bin8192 -> 8192 bytes
-rw-r--r--recipes-bsp/u-boot/files/tegra124/apalis-tk1.img.cfg (renamed from recipes-bsp/u-boot/files/tegra124m/apalis-tk1.img.cfg)0
-rw-r--r--recipes-bsp/u-boot/files/tegra124/fw_env.config (renamed from recipes-bsp/u-boot/files/tegra124m/fw_env.config)0
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils-tk1_2019.07.bb4
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb11
5 files changed, 0 insertions, 15 deletions
diff --git a/recipes-bsp/u-boot/files/tegra124m/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct b/recipes-bsp/u-boot/files/tegra124/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
index 556a40e..556a40e 100644
--- a/recipes-bsp/u-boot/files/tegra124m/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
+++ b/recipes-bsp/u-boot/files/tegra124/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
Binary files differ
diff --git a/recipes-bsp/u-boot/files/tegra124m/apalis-tk1.img.cfg b/recipes-bsp/u-boot/files/tegra124/apalis-tk1.img.cfg
index b9d203c..b9d203c 100644
--- a/recipes-bsp/u-boot/files/tegra124m/apalis-tk1.img.cfg
+++ b/recipes-bsp/u-boot/files/tegra124/apalis-tk1.img.cfg
diff --git a/recipes-bsp/u-boot/files/tegra124m/fw_env.config b/recipes-bsp/u-boot/files/tegra124/fw_env.config
index 5941da2..5941da2 100644
--- a/recipes-bsp/u-boot/files/tegra124m/fw_env.config
+++ b/recipes-bsp/u-boot/files/tegra124/fw_env.config
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils-tk1_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils-tk1_2019.07.bb
index f968dbf..af6c461 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils-tk1_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils-tk1_2019.07.bb
@@ -43,10 +43,6 @@ do_install_append_tegra124() {
install_unlock_emmc
}
-do_install_append_tegra124m() {
- install_unlock_emmc
-}
-
do_install_class-cross () {
install -d ${D}${bindir_cross}
install -m 755 ${S}/tools/env/fw_printenv ${D}${bindir_cross}/fw_printenv
diff --git a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
index 9d156b0..5385b20 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb
@@ -4,7 +4,6 @@ require recipes-bsp/u-boot/u-boot-toradex-initial-env.inc
DEPENDS += "bc-native dtc-native"
DEPENDS_append_apalis-tk1 = " cbootimage-native"
-DEPENDS_append_apalis-tk1-mainline = " cbootimage-native"
COMPATIBLE_MACHINE = "(apalis-tk1)"
@@ -12,10 +11,6 @@ SRC_URI_append_apalis-tk1 = " \
file://apalis-tk1.img.cfg \
file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \
"
-SRC_URI_append_apalis-tk1-mainline = " \
- file://apalis-tk1.img.cfg \
- file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \
-"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -25,10 +20,4 @@ do_deploy_append_apalis-tk1() {
cbootimage -s tegra124 ${WORKDIR}/apalis-tk1.img.cfg apalis-tk1.img
rm PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
}
-do_deploy_append_apalis-tk1-mainline() {
- cd ${DEPLOYDIR}
- cp ${WORKDIR}/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct .
- cbootimage -s tegra124 ${WORKDIR}/apalis-tk1.img.cfg apalis-tk1.img
- rm PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct
-}