summaryrefslogtreecommitdiff
path: root/include/plat
diff options
context:
space:
mode:
authorHanna Hawa <hannah@marvell.com>2017-11-02 12:25:28 +0200
committerKostya Porotchkin <kostap@marvell.com>2017-11-02 18:30:43 +0200
commite76be37631f7f6c52583d76d755bff125b203350 (patch)
tree0c053258830f4de1aa8d1a1bc3bb1aece9c611a1 /include/plat
parent60a57bde3474f40b2054d83f8635f33068493054 (diff)
mvebu: iob: remove IOB unit definition from board file
Modify IOB driver to remove IOB unit definition (MAX window number) from board files. Change-Id: Ie79236835d58b33fb20dda12301156fd0ccb725f Signed-off-by: Hanna Hawa <hannah@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/45816 Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Tested-by: Kostya Porotchkin <kostap@marvell.com>
Diffstat (limited to 'include/plat')
-rw-r--r--include/plat/marvell/a8k-p/common/plat_config.h1
-rw-r--r--include/plat/marvell/a8k/common/plat_config.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/plat/marvell/a8k-p/common/plat_config.h b/include/plat/marvell/a8k-p/common/plat_config.h
index f7bcf957..5524da69 100644
--- a/include/plat/marvell/a8k-p/common/plat_config.h
+++ b/include/plat/marvell/a8k-p/common/plat_config.h
@@ -61,7 +61,6 @@ struct skip_image {
};
uint32_t marvell_get_io_win_gcr_target(int);
-int marvell_get_iob_max_win(void);
uint32_t marvell_get_ccu_gcr_target(int);
/*
diff --git a/include/plat/marvell/a8k/common/plat_config.h b/include/plat/marvell/a8k/common/plat_config.h
index 7636b9e8..f6f6ada6 100644
--- a/include/plat/marvell/a8k/common/plat_config.h
+++ b/include/plat/marvell/a8k/common/plat_config.h
@@ -131,7 +131,6 @@ struct power_off_method {
int marvell_gpio_config(void);
uint32_t marvell_get_io_win_gcr_target(int);
-int marvell_get_iob_max_win(void);
uint32_t marvell_get_ccu_gcr_target(int);