From 587b6226aa1f52a0c679443b0d1a3c9445fe39aa Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:55 -0600 Subject: [PATCH] sandbox: Don't include asm/u-boot.h in common This is not actually needed anywhere, so drop it. Signed-off-by: Simon Glass --- include/common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/common.h b/include/common.h index 298cbbc..e0fbe6b 100644 --- a/include/common.h +++ b/include/common.h @@ -433,9 +433,6 @@ static inline int setenv_addr(const char *varname, const void *addr) #ifdef CONFIG_X86 # include #endif /* CONFIG_X86 */ -#ifdef CONFIG_SANDBOX -# include -#endif #ifdef CONFIG_NDS32 # include # include -- 2.7.4