Skip to content

Commit

Permalink
sayma_amc: fix flash_boot_address
Browse files Browse the repository at this point in the history
sbourdeauducq committed Aug 20, 2017
1 parent 784ffb6 commit 7ee4836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misoc/targets/sayma_amc.py
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ def __init__(self, sdram="ddram_64", sdram_controller_type="minicon", **kwargs):
self.submodules.spiflash = spi_flash.SpiFlash(spiflash_pads, dummy=11, div=2)
self.config["SPIFLASH_PAGE_SIZE"] = 256
self.config["SPIFLASH_SECTOR_SIZE"] = 0x10000
self.flash_boot_address = 0x10000
self.flash_boot_address = 0
self.register_rom(self.spiflash.bus, 16*1024*1024)
self.csr_devices.append("spiflash")

0 comments on commit 7ee4836

Please sign in to comment.