sh: Add support zimageboot command for Renesas SH
[oweals/u-boot.git] / mkconfig
index f3054ce924ee800b474d6841a88417d2a89b8280..db6933669969530a3c3e7df95e3b0fa2d1236b4c 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -150,11 +150,12 @@ 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
 #define CONFIG_BOARDDIR board/$BOARDDIR
+#include <config_cmd_defaults.h>
 #include <config_defaults.h>
 #include <configs/${CONFIG_NAME}.h>
 #include <asm/config.h>