提交 e7083844 编写于 作者: M Macpaul Lin 提交者: Wolfgang Denk

nds32: add NDS32 support into common header file

Add NDS32 support into common header file.
Signed-off-by: NMacpaul Lin <macpaul@andestech.com>
上级 00f892fc
......@@ -314,6 +314,10 @@ int setenv (const char *, const char *);
#ifdef CONFIG_SANDBOX
# include <asm/u-boot-sandbox.h> /* TODO(sjg) what needs to be fixed? */
#endif
#ifdef CONFIG_NDS32
# include <asm/mach-types.h>
# include <asm/u-boot-nds32.h>
#endif /* CONFIG_NDS32 */
#ifdef CONFIG_AUTO_COMPLETE
int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册