Re: [U-Boot] [PATCH] misc: fs_loader: Switching private data allocation to DM auto allocation

2018-12-10 Thread Simon Glass
On Mon, 10 Dec 2018 at 06:29, wrote: > > From: Tien Fong Chee > > 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:

[U-Boot] [PATCH] misc: fs_loader: Switching private data allocation to DM auto allocation

2018-12-10 Thread tien . fong . chee
From: Tien Fong Chee 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 --- doc/driver-model/fs_firmware_l