From ac6a6bd64a8bbbdcd5885bc5f47589d8b72e7935 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:22:50 -0600 Subject: arm: Make u-boot-arm.h a private header Rather than including this arch-specific header file in common.h, include it from within arm's u-boot.h header. Also drop the comment about something to be fixed. It has been there forever and it is not clear what it means. Signed-off-by: Simon Glass --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 229ca4c..fe396c5 100644 --- a/include/common.h +++ b/include/common.h @@ -428,7 +428,7 @@ static inline int setenv_addr(const char *varname, const void *addr) #ifdef CONFIG_ARM # include # include -# include /* ARM version to be fixed! */ +# include #endif /* CONFIG_ARM */ #ifdef CONFIG_X86 # include -- cgit v1.1