linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / ppc / boot / simple / head.S
index 1b4d7b1..5e4adc2 100644 (file)
@@ -1,4 +1,6 @@
 /*
+ * arch/ppc/boot/simple/head.S
+ *
  * Initial board bringup code for many different boards.
  *
  * Author: Tom Rini
@@ -11,6 +13,7 @@
  * or implied.
  */
 
+#include <linux/config.h>
 #include <asm/reg.h>
 #include <asm/cache.h>
 #include <asm/ppc_asm.h>
@@ -62,13 +65,6 @@ start_:
                         */
 #endif
 
-#if defined(CONFIG_XILINX_VIRTEX_4_FX)
-       /* PPC errata 213: only for Virtex-4 FX */
-       mfccr0  0
-       oris    0,0,0x50000000@h
-       mtccr0  0
-#endif
-
        mflr    r3      /* Save our actual starting address. */
 
        /* The following functions we call must not modify r3 or r4.....