mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
committed by
Peter Maydell
parent
805bdea08a
commit
cf8f12b6e7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user