On Mon, 10 Dec 2018 at 06:29, <[email protected]> wrote: > > From: Tien Fong Chee <[email protected]> > > Switching private data manual allocation to driver model auto allocation > so users no longer need to deallocate themself because this would be > deallocated by driver model when the device is no longer required. > > Signed-off-by: Tien Fong Chee <[email protected]> > --- > doc/driver-model/fs_firmware_loader.txt | 35 ++-------- > drivers/misc/fs_loader.c | 108 > +++++++++++++------------------ > include/fs_loader.h | 32 +-------- > 3 files changed, 56 insertions(+), 119 deletions(-) >
Looks nice, thanks. Reviewed-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

