From d580eee180be219e118152cedabc9637da8574d6 Mon Sep 17 00:00:00 2001 From: alexander Date: Tue, 4 May 2021 21:24:22 +0100 Subject: MLECO-1898: removing support of legacy sse-200 platform Signed-off-by: alexander Change-Id: Ie462e786af1d429bcb815f2c10656ed82862715a --- scripts/py/gen_fpga_mem_map.py | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'scripts/py') diff --git a/scripts/py/gen_fpga_mem_map.py b/scripts/py/gen_fpga_mem_map.py index 6a2d1d2..5703a8d 100644 --- a/scripts/py/gen_fpga_mem_map.py +++ b/scripts/py/gen_fpga_mem_map.py @@ -50,20 +50,6 @@ class TargetSubsystem: """ # Dict with mem map and binary names we expect self.subsystems = { - "sse-200": { - "mmap_mcc" : { - # FPGA addr | MCC addr | - "0x00000000": "0x00000000", # ITCM (NS) - "0x10000000": "0x01000000", # ITCM (S) - "0x20000000": "0x02000000", # DTCM (NS) - "0x30000000": "0x03000000", # DTCM (S) - "0x60000000": "0x08000000" # DDR (NS) - }, - "bin_names": { - 0: "itcm.bin", - 1: "dram.bin" - } - }, "sse-300": { "mmap_mcc" : { # FPGA addr | MCC addr | -- cgit v1.2.1