]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - mkconfig
muas3001: remove BRG clock node fixup to use common mpc8260 code.
[karo-tx-uboot.git] / mkconfig
index c3e4cea8d9e90e798cb8a8d8cb2a6da889ae1e78..9efd2fa7db067ed09fdf3a09c1d802f6c123ceef 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -82,6 +82,8 @@ else
        > config.h              # Create new config file
 fi
 echo "/* Automatically generated - do not edit */" >>config.h
+echo "#define CONFIG_MK_${BOARD_NAME} 1" >>config.h
 echo "#include <configs/$1.h>" >>config.h
+echo "#include <asm/config.h>" >>config.h
 
 exit 0