diff options
| -rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 58725fa7aa..b898d6a34d 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
| @@ -71,7 +71,7 @@ do_compile () { | |||
| 71 | then | 71 | then |
| 72 | continue | 72 | continue |
| 73 | fi | 73 | fi |
| 74 | if [ -d "${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}"] | 74 | if [ -d "${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}" ] |
| 75 | then | 75 | then |
| 76 | break | 76 | break |
| 77 | else | 77 | else |
| @@ -97,7 +97,7 @@ do_install () { | |||
| 97 | then | 97 | then |
| 98 | continue | 98 | continue |
| 99 | fi | 99 | fi |
| 100 | if [ -d "${D}/boot/u-boot-${type}.${UBOOT_SUFFIX}"] | 100 | if [ -d "${D}/boot/u-boot-${type}.${UBOOT_SUFFIX}" ] |
| 101 | then | 101 | then |
| 102 | break | 102 | break |
| 103 | else | 103 | else |
| @@ -128,7 +128,7 @@ do_install () { | |||
| 128 | then | 128 | then |
| 129 | continue | 129 | continue |
| 130 | fi | 130 | fi |
| 131 | if [ -d "${D}/boot/${SPL_IMAGE}-${type}"] | 131 | if [ -d "${D}/boot/${SPL_IMAGE}-${type}" ] |
| 132 | then | 132 | then |
| 133 | break | 133 | break |
| 134 | else | 134 | else |
| @@ -162,7 +162,7 @@ do_deploy () { | |||
| 162 | then | 162 | then |
| 163 | continue | 163 | continue |
| 164 | fi | 164 | fi |
| 165 | if [ -d "${DEPLOYDIR}/u-boot-${type}.${UBOOT_SUFFIX}"] | 165 | if [ -d "${DEPLOYDIR}/u-boot-${type}.${UBOOT_SUFFIX}" ] |
| 166 | then | 166 | then |
| 167 | break | 167 | break |
| 168 | else | 168 | else |
| @@ -195,7 +195,7 @@ do_deploy () { | |||
| 195 | then | 195 | then |
| 196 | continue | 196 | continue |
| 197 | fi | 197 | fi |
| 198 | if [ -d "${DEPLOYDIR}/${SPL_IMAGE}-${type}"] | 198 | if [ -d "${DEPLOYDIR}/${SPL_IMAGE}-${type}" ] |
| 199 | then | 199 | then |
| 200 | break | 200 | break |
| 201 | else | 201 | else |
