diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-07-15 20:59:28 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:01:59 -0400 |
commit | 7e3f94e14551a0a012458d8cfee0f1e9c4179dc3 (patch) | |
tree | baf6b73671c98fd7f2be588f170e9638380d7657 /include/configs/adp-ag101.h | |
parent | dac326b8234f698636d588c5722d3b174a800b1d (diff) | |
download | u-boot-imx-7e3f94e14551a0a012458d8cfee0f1e9c4179dc3.zip u-boot-imx-7e3f94e14551a0a012458d8cfee0f1e9c4179dc3.tar.gz u-boot-imx-7e3f94e14551a0a012458d8cfee0f1e9c4179dc3.tar.bz2 |
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>
Diffstat (limited to 'include/configs/adp-ag101.h')
-rw-r--r-- | include/configs/adp-ag101.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/adp-ag101.h b/include/configs/adp-ag101.h index 4d52ba1..141fc99 100644 --- a/include/configs/adp-ag101.h +++ b/include/configs/adp-ag101.h @@ -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 |