X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=scripts%2Fmulticonfig.sh;h=366e8faaa669ab6f97fab11d420eea26ec5f3d74;hb=28c4dae114c9b94b2a1111d81d4da716e9fc2cba;hp=70f3a5df6f711081d9808cb67bd807a843164df9;hpb=bdf790fabc8185112b3f699c8a25aab09c50239e;p=karo-tx-uboot.git diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh index 70f3a5df6f..366e8faaa6 100755 --- a/scripts/multiconfig.sh +++ b/scripts/multiconfig.sh @@ -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 }