ppc4xx: Flush complete dcache in relocate_code()
[oweals/u-boot.git] / mkconfig
index f3054ce924ee800b474d6841a88417d2a89b8280..2fda1d4c416032f41f6fed997a6aaf4356dc8c40 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -150,7 +150,7 @@ echo "/* Automatically generated - do not edit */" >>config.h
 
 for i in ${TARGETS} ; do
        i="`echo ${i} | sed '/=/ {s/=/\t/;q } ; { s/$/\t1/ }'`"
-       echo "#define CONFIG_MK_${i}" >>config.h ;
+       echo "#define CONFIG_${i}" >>config.h ;
 done
 
 cat << EOF >> config.h