Skip to content
Snippets Groups Projects
Commit e7083844 authored by Macpaul Lin's avatar Macpaul Lin Committed by Wolfgang Denk
Browse files

nds32: add NDS32 support into common header file


Add NDS32 support into common header file.

Signed-off-by: default avatarMacpaul Lin <macpaul@andestech.com>
parent 00f892fc
No related branches found
No related tags found
No related merge requests found
...@@ -314,6 +314,10 @@ int setenv (const char *, const char *); ...@@ -314,6 +314,10 @@ int setenv (const char *, const char *);
#ifdef CONFIG_SANDBOX #ifdef CONFIG_SANDBOX
# include <asm/u-boot-sandbox.h> /* TODO(sjg) what needs to be fixed? */ # include <asm/u-boot-sandbox.h> /* TODO(sjg) what needs to be fixed? */
#endif #endif
#ifdef CONFIG_NDS32
# include <asm/mach-types.h>
# include <asm/u-boot-nds32.h>
#endif /* CONFIG_NDS32 */
#ifdef CONFIG_AUTO_COMPLETE #ifdef CONFIG_AUTO_COMPLETE
int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf);
......
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