Skip to content

Commit 7ee4836

Browse files
committedAug 20, 2017
sayma_amc: fix flash_boot_address
1 parent 784ffb6 commit 7ee4836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎misoc/targets/sayma_amc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, sdram="ddram_64", sdram_controller_type="minicon", **kwargs):
9999
self.submodules.spiflash = spi_flash.SpiFlash(spiflash_pads, dummy=11, div=2)
100100
self.config["SPIFLASH_PAGE_SIZE"] = 256
101101
self.config["SPIFLASH_SECTOR_SIZE"] = 0x10000
102-
self.flash_boot_address = 0x10000
102+
self.flash_boot_address = 0
103103
self.register_rom(self.spiflash.bus, 16*1024*1024)
104104
self.csr_devices.append("spiflash")
105105

0 commit comments

Comments
 (0)