Skip to content
Snippets Groups Projects
Commit 7e3f94e1 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

nds32: include <asm/arch-*/*.h> instead of <asm/arch/*.h>


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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent dac326b8
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#include <asm/arch/ag101.h> #include <asm/arch-ag101/ag101.h>
/* /*
* CPU and Board Configuration Options * CPU and Board Configuration Options
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#include <asm/arch/ag101.h> #include <asm/arch-ag101/ag101.h>
/* /*
* CPU and Board Configuration Options * CPU and Board Configuration Options
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#ifndef __CONFIG_H #ifndef __CONFIG_H
#define __CONFIG_H #define __CONFIG_H
#include <asm/arch/ag102.h> #include <asm/arch-ag102/ag102.h>
/* /*
* CPU and Board Configuration Options * CPU and Board Configuration Options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment