summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Porotchkin <kostap@marvell.com>2017-06-19 14:42:11 +0300
committerKostya Porotchkin <kostap@marvell.com>2017-06-29 17:35:51 +0300
commit7068bff737f86a5d77eb15dcad77854dd159e860 (patch)
tree2e7eb9c7bdfd40815292671dae8a46be30432786
parenta343ad474eca53a6c7e80cb34f33b4362d8922f5 (diff)
fix: doc: porting: Fix wrong file name of the address map
Fix wrong reference to the file name containing the SoC memory map. Change-Id: Ia95b2eff64d96b8517714bb2674b65756fd8d0eb Signed-off-by: Konstantin Porotchkin <kostap@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/40605 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Neta Zur Hershkovits <neta@marvell.com>
-rw-r--r--docs/marvell/porting.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/marvell/porting.txt b/docs/marvell/porting.txt
index 50d75ce4..12287e09 100644
--- a/docs/marvell/porting.txt
+++ b/docs/marvell/porting.txt
@@ -19,7 +19,7 @@ Files that require porting are located at "plat/marvell/<soc family>/<soc>_cust"
A7K/A8K specific:
- - SoC Physical Address Map (soc_phys_map_config.c):
+ - SoC Physical Address Map (marvell_plat_config.c):
- This file describes the SoC physical memory mapping to be used for the CCU, RFU, AXI-MBUS and IOB
address decode units (Refer to the functional spec for more details).
- In most cases, using the default address decode windows should work OK.
@@ -41,7 +41,7 @@ A7K/A8K specific:
o User defined
- Porting:
- under marvell_plat_config.c need to implement struct that includes the specific board
+ under marvell_plat_config.c need to implement struct skip_image that includes the specific board
parameters.
- Example
o A7040-DB specific implementation (.....marvell/plat/a8k/a70x0/board/marvell_plat_config.c)