summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-11-29 15:44:53 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-11-29 16:59:02 +0200
commitd4778958170ad2f4684462fd4fe407f43a8c49a2 (patch)
tree603174227d8e02eaecfa0eec6088c98112f22c09 /include/plat
parente113441bb5d7a020c267f6fea016c3ce41ab92a8 (diff)
fix: addr-dec: ap810: update data type define of address decode
Fix compilation error when compiling Armada-8xx0. Change-Id: I81da315e826c88a3f325885f456c8944a0e3a99e Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/47051 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/marvell/a8k-p/common/plat_config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/plat/marvell/a8k-p/common/plat_config.h b/include/plat/marvell/a8k-p/common/plat_config.h
index 2337cc6b..6165f991 100644
--- a/include/plat/marvell/a8k-p/common/plat_config.h
+++ b/include/plat/marvell/a8k-p/common/plat_config.h
@@ -67,9 +67,9 @@ uint32_t marvell_get_ccu_gcr_target(int);
* The functions below are defined as Weak and may be overridden
* in specific Marvell standard platform
*/
-int marvell_get_amb_memory_map(struct amb_win **win, uint32_t *size);
-int marvell_get_io_win_memory_map(int, struct io_win **win, uint32_t *size);
-int marvell_get_iob_memory_map(struct iob_win **win, uint32_t *size, uintptr_t base);
-int marvell_get_ccu_memory_map(int ap, struct ccu_win **win, uint32_t *size);
+int marvell_get_amb_memory_map(struct addr_map_win **win, uint32_t *size);
+int marvell_get_io_win_memory_map(int, struct addr_map_win **win, uint32_t *size);
+int marvell_get_iob_memory_map(struct addr_map_win **win, uint32_t *size, uintptr_t base);
+int marvell_get_ccu_memory_map(int, struct addr_map_win **win, uint32_t *size);
#endif /* __BOARD_CONFIG_H__ */