hw/arm/xlnx-versal: ocm: refactor creation
Refactor the OCM creation using the VersalMap structure. Signed-off-by: Luc Michel <luc.michel@amd.com> Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20250926070806.292065-28-luc.michel@amd.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
805bdea08a
commit
cf8f12b6e7
2 changed files with 16 additions and 8 deletions
|
|
@ -48,10 +48,6 @@ struct Versal {
|
|||
MemoryRegion mr_ddr_ranges[4];
|
||||
} noc;
|
||||
|
||||
struct {
|
||||
MemoryRegion mr_ocm;
|
||||
} lpd;
|
||||
|
||||
struct {
|
||||
uint32_t clk_25mhz;
|
||||
uint32_t clk_125mhz;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue