From 89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 08:23:09 -0600 Subject: 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 Reviewed-by: Tom Rini --- include/configs/legoev3.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/legoev3.h') diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index f230f40d76..15da4074f2 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -214,4 +214,6 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x80010000 +#include + #endif /* __CONFIG_H */ -- cgit