]> git.sur5r.net Git - u-boot/blobdiff - mkconfig
Switch from per-driver to common definition of bin2bcd and bcd2bin
[u-boot] / mkconfig
index b6b0a801ef7e729dd1aa57ef54db5f8a9f4b1b84..b0bbbd1e7f41fb0ecdf6918b306680d91b647994 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