convert flash params to int
This commit is contained in:
parent
abfb35a231
commit
f9f4d97bb8
11 changed files with 21 additions and 21 deletions
|
@ -106,9 +106,9 @@
|
|||
loadAddress = lim.parseInt "0x80060000";
|
||||
entryPoint = lim.parseInt "0x80060000";
|
||||
flash = {
|
||||
address = "0x9F060000";
|
||||
size ="0xfa0000";
|
||||
eraseBlockSize = "65536";
|
||||
address = lim.parseInt "0x9F060000";
|
||||
size = lim.parseInt "0xfa0000";
|
||||
eraseBlockSize = 65536;
|
||||
};
|
||||
rootDevice = "/dev/mtdblock5";
|
||||
dts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue