]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/ppc_asm.tmpl
powerpc: mpc824x: remove MPC824X cpu support
[people/ms/u-boot.git] / include / ppc_asm.tmpl
index 5fcef9cebb48892d46e080aeca59388aca1a18db..36d5975584549aefebd09c84311967ad4ad94c54 100644 (file)
@@ -80,7 +80,7 @@
 #define        r31     31
 
 
-#if defined(CONFIG_8xx) || defined(CONFIG_MPC824X)
+#if defined(CONFIG_8xx)
 
 /* Some special registers */
 
@@ -92,7 +92,7 @@
 #define LCTRL2 157     /* Load/Store Support       (37-41) */
 #define ICTRL  158
 
-#endif /* CONFIG_8xx, CONFIG_MPC824X */
+#endif /* CONFIG_8xx */
 
 
 #if  defined(CONFIG_5xx)