On Mon, Mar 18, 2019 at 03:51:09PM +0100, Tom Psyborg wrote: > So, how enourmous boot speed-up did it achieve? I'd say not much since > you read like what 500bytes of eeprom data?
Extracting 500b out of lets say 256kb is still more than 500 offsets to be probed. If you do that byte-by-byte it's much slower than doing it block-by-block. _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
