[PATCH] parse_redboot_partitions not always works correctly

andrzej.mialkowski at inetia.pl andrzej.mialkowski at inetia.pl
Thu Nov 6 16:21:11 EST 2003


Single char autocorrection of address calculation in legacy mode (not used in 
regular cases). 
-                        flash_base = buf[i].flash_base & (master->size - 1); 
+                        flash_base = buf[i].flash_base & ~(master->size - 1); 

Andrzej 



More information about the linux-mtd mailing list