diff options
-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} |