and entryPoint

This commit is contained in:
Daniel Barlow
2023-11-12 18:50:47 +00:00
parent 315907de98
commit abfb35a231
8 changed files with 10 additions and 10 deletions

View File

@@ -104,7 +104,7 @@
hardware = {
defaultOutput = "flashimage";
loadAddress = lim.parseInt "0x80060000";
entryPoint = "0x80060000";
entryPoint = lim.parseInt "0x80060000";
flash = {
address = "0x9F060000";
size ="0xfa0000";