]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - scripts/multiconfig.sh
Merge branch 'next' of git://git.denx.de/u-boot-video
[karo-tx-uboot.git] / scripts / multiconfig.sh
index 70f3a5df6f711081d9808cb67bd807a843164df9..366e8faaa669ab6f97fab11d420eea26ec5f3d74 100755 (executable)
@@ -168,7 +168,7 @@ do_board_felconfig () {
        echo "$progname: Cannot felconfig a non-sunxi or non-SPL platform" >&2
        exit 1
     fi
-    sed -i -e 's/\# CONFIG_SPL_FEL is not set/CONFIG_SPL_FEL=y/g' \
+    sed -i -e 's/\# CONFIG_SPL_FEL is not set/CONFIG_SPL_FEL=y\nCONFIG_UART0_PORT_F=n/g' \
        .config spl/.config
 }