summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:22:50 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:33 (GMT)
commitac6a6bd64a8bbbdcd5885bc5f47589d8b72e7935 (patch)
tree8fe592b56c585ee8a388dbc429ef3a8e984093f5 /include/common.h
parent6862b50f6eebf4379e6d3b74a64378988e8e2961 (diff)
downloadu-boot-fsl-qoriq-ac6a6bd64a8bbbdcd5885bc5f47589d8b72e7935.tar.xz
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>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
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 <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>