* Header file cleanup for ARM

* Patch by Murray Jensen, 24 Jun 2003:
  - make sure to use only U-boot provided header files
  - fix problems with ".rodata.str1.4" section as used by GCC-3.x
diff --git a/mkconfig b/mkconfig
index 5d2eb1e..106bd89 100644
--- a/mkconfig
+++ b/mkconfig
@@ -33,6 +33,11 @@
 rm -f asm-$2/arch
 ln -s arch-$3 asm-$2/arch
 
+if [ "$2" = "arm" ] ; then
+	rm -f asm-$2/proc
+	ln -s proc-armv asm-$2/proc
+fi
+
 #
 # Create include file for Make
 #