diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:23:09 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 12:31:23 -0400 |
commit | 89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144 (patch) | |
tree | 12e54f434bbda4feab21b89b4dccfbaf014726e5 /include/configs/da850evm.h | |
parent | 1c16d2e2482dd4a3991bc992d160043b257b3530 (diff) | |
download | u-boot-89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144.zip u-boot-89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144.tar.gz u-boot-89f5eaa1ee9a3307e05458aa4f3b2155ab0a7144.tar.bz2 |
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/da850evm.h')
-rw-r--r-- | include/configs/da850evm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index f46f466..b7199bb 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -330,4 +330,7 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - /* Fix this */ \ GENERATED_GBL_DATA_SIZE) #endif /* CONFIG_DIRECT_NOR_BOOT */ + +#include <asm/arch/hardware.h> + #endif /* __CONFIG_H */ |