summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-24 01:10:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-23 18:46:52 -0400
commit69fd10ee8cc9f423e5092d35b47dfa3e52872545 (patch)
tree7ca476e4da0cd53cfce8338babef821f7e8df253
parent57c5908d4a46c559a3a3cb352a3a81a6c967dbec (diff)
downloadmeta-ti-69fd10ee8cc9f423e5092d35b47dfa3e52872545.tar.gz
u-boot-ti-staging: don't replace MLO with HS_ISSW for am335x HS platform
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
index 73f96432..9cf8a83e 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb
@@ -7,7 +7,7 @@ DESCRIPTION = "u-boot bootloader for TI devices"
7 7
8LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" 8LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
9 9
10PR = "r17" 10PR = "r18"
11PV_append = "+git${SRCPV}" 11PV_append = "+git${SRCPV}"
12 12
13SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
@@ -53,13 +53,6 @@ do_compile_append_am437x-hs-evm () {
53 fi 53 fi
54} 54}
55 55
56do_compile_append_am335x-hs-evm () {
57 if [ -f ${S}/u-boot-spl_HS_ISSW ]; then
58 rm -rf ${S}/MLO
59 cp ${S}/u-boot-spl_HS_ISSW ${S}/MLO
60 fi
61}
62
63do_install_append () { 56do_install_append () {
64 if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then 57 if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then
65 install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE} 58 install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE}