diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-09-24 01:10:14 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-09-23 18:47:00 -0400 |
commit | 9ffe3eb8cf5fcf13e274039fc57c77c78bc9d337 (patch) | |
tree | f76ecf87cc70bbaecbe77b7bbfd00920395ef321 /recipes-bsp/u-boot | |
parent | 018d6239ea8c541b0375f04ef3e47283275b2669 (diff) | |
download | meta-ti-9ffe3eb8cf5fcf13e274039fc57c77c78bc9d337.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>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb | 9 |
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 | ||
8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" | 8 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" |
9 | 9 | ||
10 | PR = "r17" | 10 | PR = "r18" |
11 | PV_append = "+git${SRCPV}" | 11 | PV_append = "+git${SRCPV}" |
12 | 12 | ||
13 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | 13 | SRC_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 | ||
56 | do_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 | |||
63 | do_install_append () { | 56 | do_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} |