projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eabec2
)
targets/ppro: fix BIOS address
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 22 Aug 2014 07:24:00 +0000
(15:24 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Fri, 22 Aug 2014 07:24:00 +0000
(15:24 +0800)
targets/ppro.py
patch
|
blob
|
history
diff --git
a/targets/ppro.py
b/targets/ppro.py
index 1ec8c513a2fbeca3f6fa1034b1b747d8c8fc0112..3bd29ef2b5d5e278212b90635d63c35e7c7adb3b 100644
(file)
--- a/
targets/ppro.py
+++ b/
targets/ppro.py
@@
-63,7
+63,7
@@
class BaseSoC(SDRAMSoC):
def __init__(self, platform, **kwargs):
clk_freq = 80*1000*1000
SDRAMSoC.__init__(self, platform, clk_freq,
- cpu_reset_address=0x
1
60000, **kwargs)
+ cpu_reset_address=0x60000, **kwargs)
self.submodules.crg = _CRG(platform, clk_freq)