software/liblitedram: Add liblitedram prefix to includes (to use copy of bist.c/sdram.c externally).
This commit is contained in:
parent
bb355a773a
commit
9098f5553c
|
@ -10,7 +10,7 @@
|
|||
#include <time.h>
|
||||
#include <console.h>
|
||||
|
||||
#include "bist.h"
|
||||
#include <liblitedram/bist.h>
|
||||
|
||||
#define SDRAM_TEST_BASE 0x00000000
|
||||
#define SDRAM_TEST_DATA_BYTES (CSR_SDRAM_DFII_PI0_RDDATA_SIZE*4)
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <generated/mem.h>
|
||||
#include <system.h>
|
||||
|
||||
#include "sdram.h"
|
||||
#include <liblitedram/sdram.h>
|
||||
|
||||
//#define SDRAM_TEST_DISABLE
|
||||
//#define SDRAM_WRITE_LEVELING_CMD_DELAY_DEBUG
|
||||
|
|
Loading…
Reference in New Issue