OMAP3 Fix compiler warning for v7_flush_dcache_all
[platform/kernel/u-boot.git] / mkconfig
index b6b0a80..b0bbbd1 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -82,7 +82,7 @@ else
        > config.h              # Create new config file
 fi
 echo "/* Automatically generated - do not edit */" >>config.h
-echo "#include <asm/config.h>" >>config.h
 echo "#include <configs/$1.h>" >>config.h
+echo "#include <asm/config.h>" >>config.h
 
 exit 0