software/liblitedram/sdram: remove SRAM hack.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 25 Jun 2020 06:58:01 +0000 (08:58 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 25 Jun 2020 06:58:01 +0000 (08:58 +0200)
We now have memtest bios functions to test memories and testing SRAM while used by the BIOS is probably not a good idea.

litex/soc/software/liblitedram/sdram.c

index 64ed5f1e1902e08da73b27b1455f19e61748f19a..0a6ff951697fe157dfaf36606573f3be65f547c1 100644 (file)
 
 #include "sdram.h"
 
-// FIXME(hack): If we don't have main ram, just target the sram instead.
-#ifndef MAIN_RAM_BASE
-#define MAIN_RAM_BASE SRAM_BASE
-#endif
-#ifndef MAIN_RAM_SIZE
-#define MAIN_RAM_SIZE SRAM_SIZE
-#endif
-
 __attribute__((unused)) static void cdelay(int i)
 {
 #ifndef CONFIG_SIM_DISABLE_DELAYS