summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-19 22:59:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-19 18:59:36 -0400
commit6e43afafb5967e8ab1c603224e0fdd1fb62da4b2 (patch)
tree45940b5d59f6c7dcb7b78890d37c4c161e58bf55 /recipes-bsp
parentfd546211efb570c63338bfe31fa6562b5cb3c17d (diff)
downloadmeta-ti-6e43afafb5967e8ab1c603224e0fdd1fb62da4b2.tar.gz
conf/machine, u-boot-ti-staging: add am335x-hs-evm platform
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb7
1 files changed, 7 insertions, 0 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 868109b6..c3b55ac6 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
@@ -53,6 +53,13 @@ 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
56do_install_append () { 63do_install_append () {
57 if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then 64 if [ -f ${S}/${UBOOT_HS_XLD_BINARY} ]; then
58 install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE} 65 install ${S}/${UBOOT_HS_XLD_BINARY} ${D}/boot/${UBOOT_HS_XLD_IMAGE}