summaryrefslogtreecommitdiff
path: root/include/configs/ea20.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:23:09 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 16:31:23 (GMT)
commit89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144 (patch)
tree12e54f434bbda4feab21b89b4dccfbaf014726e5 /include/configs/ea20.h
parent1c16d2e2482dd4a3991bc992d160043b257b3530 (diff)
downloadu-boot-89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144.tar.xz
common: arm: davinci: Move header file out of common
We should not have an arch-specific header file in common.h. Instead, use the asm/hardware.h header to provide the required declarations, and drop the common.h changes. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ea20.h')
-rw-r--r--include/configs/ea20.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index fc0f5e6..6fc6ec9 100644
--- a/include/configs/ea20.h
+++ b/include/configs/ea20.h
@@ -270,4 +270,6 @@
"ubootupd_nand=echo run load_magic,run load_nand,run upd;\0" \
"bootcmd=run net_testrfs\0"
+#include <asm/arch/hardware.h>
+
#endif /* __CONFIG_H */