disk: default to HW partition 0 if not specified
[platform/kernel/u-boot.git] / mkconfig
index cd911a9..2bf5897 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -120,11 +120,6 @@ else
        ln -s ${LNPREFIX}arch-${soc} asm/arch
 fi
 
-if [ "${arch}" = "arm" ] ; then
-       rm -f asm/proc
-       ln -s ${LNPREFIX}proc-armv asm/proc
-fi
-
 if [ -z "$KBUILD_SRC" ] ; then
        cd ${srctree}/include
 fi