convert hardware loadAddress to int
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
};
|
||||
hardware = {
|
||||
defaultOutput = "flashimage";
|
||||
loadAddress = "0x80060000";
|
||||
loadAddress = lim.parseInt "0x80060000";
|
||||
entryPoint = "0x80060000";
|
||||
flash = {
|
||||
address = "0x9F060000";
|
||||
|
Reference in New Issue
Block a user