bcm63xx: fix second caldata address calculation
thanks Noltari for spotting this. SVN-Revision: 32592
This commit is contained in:
parent
988147111c
commit
0c7e676342
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue