convert hardware loadAddress to int

This commit is contained in:
Daniel Barlow 2023-11-12 18:47:31 +00:00
parent 185117843b
commit 315907de98
10 changed files with 14 additions and 14 deletions

View file

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