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)
commit7e3f94e14551a0a012458d8cfee0f1e9c4179dc3
treebaf6b73671c98fd7f2be588f170e9638380d7657
parentdac326b8234f698636d588c5722d3b174a800b1d
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: Masahiro Yamada <yamada.masahiro@socionext.com>
include/configs/adp-ag101.h
include/configs/adp-ag101p.h
include/configs/adp-ag102.h