forked from DGNum/liminix
convert hardware loadAddress to int
This commit is contained in:
parent
185117843b
commit
315907de98
10 changed files with 14 additions and 14 deletions
|
@ -62,7 +62,7 @@
|
|||
};
|
||||
hardware = {
|
||||
defaultOutput = "flashimage";
|
||||
loadAddress = "0x80000000";
|
||||
loadAddress = lim.parseInt "0x80000000";
|
||||
entryPoint = "0x80000000";
|
||||
|
||||
flash = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue