]> git.sur5r.net Git - u-boot/blobdiff - include/asm-sparc/processor.h
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
[u-boot] / include / asm-sparc / processor.h
index 31b44c5463050c3046a4cdd7535092a2c4563a71..d518389ad600fd96e142d608564378d0280da827 100644 (file)
 
 #include <asm/arch/asi.h>
 
-/* Includeprocessor specific header file here */
+#ifdef CONFIG_LEON
+
+/* All LEON processors supported */
+#include <asm/leon.h>
+
+#else
+/* other processors */
 #error Unknown SPARC Processor
+#endif
 
 #ifndef __ASSEMBLY__