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 <sjg@chromium.org>
This commit is contained in:
@@ -428,7 +428,7 @@ static inline int setenv_addr(const char *varname, const void *addr)
|
||||
#ifdef CONFIG_ARM
|
||||
# include <asm/mach-types.h>
|
||||
# include <asm/setup.h>
|
||||
# include <asm/u-boot-arm.h> /* ARM version to be fixed! */
|
||||
# include <asm/u-boot.h>
|
||||
#endif /* CONFIG_ARM */
|
||||
#ifdef CONFIG_X86
|
||||
# include <asm/u-boot.h>
|
||||
|
Reference in New Issue
Block a user