diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 77a29c8b1..4c3e3a68d 100644 --- a/include/common.h +++ b/include/common.h @@ -311,6 +311,9 @@ int	setenv	     (const char *, const char *);  #ifdef CONFIG_X86		/* x86 version to be fixed! */  # include <asm/u-boot-x86.h>  #endif /* CONFIG_X86 */ +#ifdef CONFIG_SANDBOX +# include <asm/u-boot-sandbox.h>	/* TODO(sjg) what needs to be fixed? */ +#endif  #ifdef CONFIG_AUTO_COMPLETE  int env_complete(char *var, int maxv, char *cmdv[], int maxsz, char *buf); |