state: Convert all bufs to void *
A void * is a much better type for a buffer than a u8 * as it
can be casted to any other type implicitly. Convert all buffers
used by the state framework to void *.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 3194079 commit e27336581bf364e3fee09a3fe0eb647f6623ae3d
@Sascha Hauer Sascha Hauer authored on 23 Mar 2017
Showing 8 changed files
View
src/barebox-state/backend_bucket_cached.c
View
src/barebox-state/backend_bucket_circular.c
View
src/barebox-state/backend_bucket_direct.c
View
src/barebox-state/backend_format_dtb.c
View
src/barebox-state/backend_format_raw.c
View
src/barebox-state/backend_storage.c
View
src/barebox-state/state.c
View
src/barebox-state/state.h