mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-07 13:34:22 +00:00
litedram: MIGEN_GIT_SHA1 no longer defined
MIGEN_GIT_SHA1 is no longer defined in upstream litex, so remove it. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
2ca21ebcae
commit
e0bf743d7a
@@ -286,8 +286,7 @@ uint64_t main(void)
|
||||
}
|
||||
printf("\n");
|
||||
if (ftr & SYS_REG_INFO_HAS_DRAM) {
|
||||
printf("LiteDRAM built from Migen %s and LiteX %s\n",
|
||||
MIGEN_GIT_SHA1, LITEX_GIT_SHA1);
|
||||
printf("LiteDRAM built from LiteX %s\n", LITEX_GIT_SHA1);
|
||||
sdram_init();
|
||||
}
|
||||
if (ftr & SYS_REG_INFO_HAS_BRAM) {
|
||||
|
||||
Reference in New Issue
Block a user