diff options
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index bed759c7c5..23cc795cab 100644 --- a/meta/recipes-bsp/u-boot/u-boot.inc +++ b/meta/recipes-bsp/u-boot/u-boot.inc | |||
@@ -89,7 +89,7 @@ do_configure () { | |||
89 | j=$(expr $j + 1); | 89 | j=$(expr $j + 1); |
90 | if [ $j -eq $i ]; then | 90 | if [ $j -eq $i ]; then |
91 | oe_runmake -C ${S} O=${B}/${config} ${config} | 91 | oe_runmake -C ${S} O=${B}/${config} ${config} |
92 | if [ test -n "${@' '.join(find_cfgs(d))}" ]; then | 92 | if [ -n "${@' '.join(find_cfgs(d))}" ]; then |
93 | merge_config.sh -m -O ${B}/${config} ${B}/${config}/.config ${@" ".join(find_cfgs(d))} | 93 | merge_config.sh -m -O ${B}/${config} ${B}/${config}/.config ${@" ".join(find_cfgs(d))} |
94 | oe_runmake -C ${S} O=${B}/${config} oldconfig | 94 | oe_runmake -C ${S} O=${B}/${config} oldconfig |
95 | fi | 95 | fi |