From 86e748d946d4c3b0cb867fba2d9367199fb0adfe Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:48 -0600 Subject: sandbox: Make u-boot-sandbox.h a private header Rather than including this arch-specific header file in common.h, include it from within sandbox's u-boot.h header. Also drop the comment about something to be fixed. Signed-off-by: Simon Glass --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index b07b8fc6da9..ffaed49bdef 100644 --- a/include/common.h +++ b/include/common.h @@ -434,7 +434,7 @@ static inline int setenv_addr(const char *varname, const void *addr) # include #endif /* CONFIG_X86 */ #ifdef CONFIG_SANDBOX -# include /* TODO(sjg) what needs to be fixed? */ +# include #endif #ifdef CONFIG_NDS32 # include -- cgit v1.3.1