diff --git a/hw/application_fpga/fw/tk1/start.S b/hw/application_fpga/fw/tk1/start.S index 7cd169d..ba1e847 100644 --- a/hw/application_fpga/fw/tk1/start.S +++ b/hw/application_fpga/fw/tk1/start.S @@ -47,9 +47,9 @@ clear: blt a0, a1, clear /* - * Init stack at top of fw_ram. Leave 16 byte for entering our first function + * Init stack at top of fw_ram. */ - li sp, 0xd00007f0 // 2 kiB (TK1_MMIO_FW_RAM_SIZE) minus 16 byte + li sp, 0xd0000800 // 2 kiB (TK1_MMIO_FW_RAM_SIZE) call main