SPARC: Added support for SPARC LEON2 SOC Processor.

Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
diff --git a/include/asm-sparc/leon.h b/include/asm-sparc/leon.h
index 6036fb5..f7175ee 100644
--- a/include/asm-sparc/leon.h
+++ b/include/asm-sparc/leon.h
@@ -27,6 +27,10 @@
 
 #include <asm/leon3.h>
 
+#elif defined(CONFIG_LEON2)
+
+#include <asm/leon2.h>
+
 #else
 
 #error Unknown LEON processor