lib/hexdump: Refactor to skip lines with all ones as well
commitdc6c43182eb0fd7049d06659119a6bd99c76962e
authorAlexandru Gagniuc <alexandrux.gagniuc@intel.com>
Wed, 14 Oct 2015 16:56:28 +0000 (14 09:56 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 22 Jan 2016 13:10:28 +0000 (22 14:10 +0100)
treedc93da6125834307498a4be27d229fd3161d369f
parent95f33f4e7eae57e28b9d92d82ccaceab4c5c8d27
lib/hexdump: Refactor to skip lines with all ones as well

We already do this for lines with all zeroes, so it makes sense to
treat all ones the same, for symmetry.

Change-Id: I4b637b07a49e0c649331aa200995b474dd9a2682
Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc@intel.com>
Reviewed-on: https://review.coreboot.org/12872
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
src/lib/hexdump.c