X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=mkconfig;h=816ae3d0c6b8cddaa9a05944b919e2a69b3d8351;hp=d3363c6df37a210cd1bd02ad76286b25df9e1611;hb=3b7891f1498f77e7df66b7955accb946e9eb6037;hpb=7cdcaef0b286fa20926d750304442ad770a1fca8 diff --git a/mkconfig b/mkconfig index d3363c6df3..816ae3d0c6 100755 --- a/mkconfig +++ b/mkconfig @@ -5,7 +5,9 @@ # # Parameters: Target Architecture CPU Board [VENDOR] [SOC] # -# (C) 2002-2010 DENX Software Engineering, Wolfgang Denk +# (C) 2002-2013 DENX Software Engineering, Wolfgang Denk +# +# SPDX-License-Identifier: GPL-2.0+ # APPEND=no # Default: Create new config file @@ -29,15 +31,6 @@ if [ \( $# -eq 2 \) -a \( "$1" = "-A" \) ] ; then set ${line} # add default board name if needed [ $# = 3 ] && set ${line} ${1} -elif [ "${MAKEFLAGS+set}${MAKELEVEL+set}" = "setset" ] ; then - # only warn when using a config target in the Makefile - cat <<-EOF - - warning: Please migrate to boards.cfg. Failure to do so will - mean removal of your board in the next release. - - EOF - sleep 5 fi while [ $# -gt 0 ] ; do @@ -185,6 +178,7 @@ cat << EOF >> config.h #include #include #include +#include EOF exit 0