]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:49:09 +0000 (13:49 +0200)
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 4d52ba1dcda87b1b533802e5e456a1e770139ba4..141fc99ceae5eb35addfbe322dd0fb1df19e0fff 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 06860b545e7b65dbda879beca6d960f460becfea..4296c6b4770503a229408e91ec163dc925fc0eb3 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 026696ca398020eeeee8cd2e086d40dc6434ec56..0c7573a452479846a0aee521d7ecb60c58d3a78f 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