diff options
| -rw-r--r-- | include/common.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 4c3e3a68d..e3ef66d89 100644 --- a/include/common.h +++ b/include/common.h @@ -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); |