mirror of https://github.com/hak5/openwrt-owl.git
bcm63xx: fix second caldata address calculation
thanks Noltari for spotting this. SVN-Revision: 32592owl
parent
988147111c
commit
0c7e676342
|
@ -33,7 +33,7 @@ contained in flash.
|
|||
+ }
|
||||
+ if (data->caldata[1]) {
|
||||
+ caldatalen2 = cfe_erasesize;
|
||||
+ caldataaddr1 = rounddown(data->caldata[1],
|
||||
+ caldataaddr2 = rounddown(data->caldata[1],
|
||||
+ cfe_erasesize);
|
||||
+ }
|
||||
+ if (caldataaddr1 == caldataaddr2) {
|
||||
|
|
Loading…
Reference in New Issue