projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca21eb
)
litedram: MIGEN_GIT_SHA1 no longer defined
author
Anton Blanchard
<anton@linux.ibm.com>
Thu, 4 Aug 2022 11:25:13 +0000
(21:25 +1000)
committer
Anton Blanchard
<anton@ozlabs.org>
Thu, 4 Aug 2022 11:25:13 +0000
(21:25 +1000)
MIGEN_GIT_SHA1 is no longer defined in upstream litex, so remove it.
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
litedram/gen-src/sdram_init/main.c
patch
|
blob
|
history
diff --git
a/litedram/gen-src/sdram_init/main.c
b/litedram/gen-src/sdram_init/main.c
index 19bbaaf630604cc190e5d54e913d02b35b35d70d..b42502d95e117c6de1e9e6162dbca6d29694b312 100644
(file)
--- a/
litedram/gen-src/sdram_init/main.c
+++ b/
litedram/gen-src/sdram_init/main.c
@@
-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) {