commit | 0b37714a12c6ecf14dbdb012c90e872008664ba3 | [log] [tgz] |
---|---|---|
author | Prasad Kummari <prasad.kummari@amd.com> | Thu Oct 26 16:32:26 2023 +0530 |
committer | Prasad Kummari <prasad.kummari@amd.com> | Wed Nov 01 21:25:21 2023 +0530 |
tree | 818e029d914521b35cbbb528a9b13803430a7bdd | |
parent | 8e9aba7e27bc19e583d52cb5571550318237e7d2 [diff] |
refactor(xilinx): rename platform function to generic name Refactor two platform specific functions, plat_versal_get_mmap() and plat_versal_net_get_mmap(), to use a more generic function name plat_get_mmap(). The function can be used in the common code to obtain memory region. Change-Id: I3eeb24aff217eef30af60a7742cbebe9d3b2edce Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>