diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2020-04-08 19:25:18 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2020-04-14 13:16:42 +0200 |
commit | f075b425a72c095a1e11ff855c3ba8b060feec20 (patch) | |
tree | 0a6b89494e2eba28dd62e6c71cb4ce76ce72ae6e /arch/arm/mach-mvebu/include/mach/cpu.h | |
parent | c8a185a823d7aa8fc02df0c064d47e5713eaebc6 (diff) |
arm64: mvebu: armada-8k: move dram init code
Move Armada-8k specific DRAM init code into armada-8k specific
directory.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach/cpu.h')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/cpu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/cpu.h b/arch/arm/mach-mvebu/include/mach/cpu.h index fa7c81754b..16d825220e 100644 --- a/arch/arm/mach-mvebu/include/mach/cpu.h +++ b/arch/arm/mach-mvebu/include/mach/cpu.h @@ -172,6 +172,10 @@ static inline void mv_avs_init(void) {} static inline void mv_rtc_config(void) {} #endif +/* A8K dram functions */ +u64 a8k_dram_scan_ap_sz(void); +int a8k_dram_init_banksize(void); + /* * get_ref_clk * |