]> git.ozlabs.org Git - petitboot/commit
lib/flash: Update type of size field
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 22 Aug 2017 06:51:07 +0000 (16:51 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Wed, 23 Aug 2017 01:37:34 +0000 (11:37 +1000)
commit48ca02faa9816b158cb6fa56a4107701143cb212
treec8c57a97b54c231ca0a8ccf217bf84c259a2514a
parent3132110c344c60bbe648b5e1b0473bdec101d111
lib/flash: Update type of size field

Skiboot commit c043065 "flash: Make size 64 bit safe" updated the
prototype of blocklevel_get_info() to use a uint64_t for the size
parameter. Update our usage to reflect this.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
lib/flash/flash.c