mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-27 18:29:46 +00:00
litedram: sdrinit() is now sdram_init()
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
346686feb8
commit
07f2edc415
@@ -286,7 +286,7 @@ uint64_t main(void)
|
||||
if (ftr & SYS_REG_INFO_HAS_DRAM) {
|
||||
printf("LiteDRAM built from Migen %s and LiteX %s\n",
|
||||
MIGEN_GIT_SHA1, LITEX_GIT_SHA1);
|
||||
sdrinit();
|
||||
sdram_init();
|
||||
}
|
||||
if (ftr & SYS_REG_INFO_HAS_BRAM) {
|
||||
printf("Booting from BRAM...\n");
|
||||
|
||||
Reference in New Issue
Block a user