TQM85xx: fix typo introduce by commit ffbb5cb9
[oweals/u-boot.git] / cpu / mpc86xx / cpu_init.c
index ab5906dbc0a230b60cc9ef60323c1b1086fa465e..78ba1ea8e5aafbfd761456c69aa5f6723dd3e617 100644 (file)
@@ -28,6 +28,7 @@
 
 #include <common.h>
 #include <mpc86xx.h>
+#include <asm/fsl_law.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -118,8 +119,5 @@ void cpu_init_f(void)
  */
 int cpu_init_r(void)
 {
-#ifdef CONFIG_FSL_LAW
-       disable_law(0);
-#endif
        return 0;
 }