nds32: include <asm/arch-*/*.h> instead of <asm/arch/*.h>
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 15 Jul 2015 11:59:28 +0000 (20:59 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2015 19:01:59 +0000 (15:01 -0400)
There are only two SoC-specific headers for this architecture:
 - arch/nds32/include/asm/arch-ag101/ag101.h
 - arch/nds32/include/asm/arch-ag102/ag102.h

Those two have different file names, so there is no advantage to
include them via symbolic linked directory.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/adp-ag101.h
include/configs/adp-ag101p.h
include/configs/adp-ag102.h

index 4d52ba1..141fc99 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#include <asm/arch/ag101.h>
+#include <asm/arch-ag101/ag101.h>
 
 /*
  * CPU and Board Configuration Options
index 06860b5..4296c6b 100644 (file)
@@ -9,7 +9,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#include <asm/arch/ag101.h>
+#include <asm/arch-ag101/ag101.h>
 
 /*
  * CPU and Board Configuration Options
index 026696c..0c7573a 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#include <asm/arch/ag102.h>
+#include <asm/arch-ag102/ag102.h>
 
 /*
  * CPU and Board Configuration Options