Re: [U-Boot] [PATCH] mmc: Fix uninitialised priv member

2018-02-19 Thread Jaehoon Chung
On 02/10/2018 12:24 AM, Alex Kiernan wrote: > When using omap_hsmmc without the device model then the allocation > of mmc->priv ends up uninitialised. > > Signed-off-by: Alex Kiernan Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > I've a board

Re: [U-Boot] [PATCH] mmc: Fix uninitialised priv member

2018-02-15 Thread Sam Protsenko
On 9 February 2018 at 17:24, Alex Kiernan wrote: > When using omap_hsmmc without the device model then the allocation > of mmc->priv ends up uninitialised. > > Signed-off-by: Alex Kiernan Reviewed-by: Sam Protsenko A

Re: [U-Boot] [PATCH] mmc: Fix uninitialised priv member

2018-02-15 Thread Robert Nelson
On Fri, Feb 9, 2018 at 9:24 AM, Alex Kiernan wrote: > When using omap_hsmmc without the device model then the allocation > of mmc->priv ends up uninitialised. > > Signed-off-by: Alex Kiernan Awesome! This fixes: am335x_boneblack_defconfig

[U-Boot] [PATCH] mmc: Fix uninitialised priv member

2018-02-09 Thread Alex Kiernan
When using omap_hsmmc without the device model then the allocation of mmc->priv ends up uninitialised. Signed-off-by: Alex Kiernan --- I've a board (AM335xx based) which boots fine with 2018-01, with 2018-03-rc1 (actually 1811a92) it fails in the MLO: U-Boot SPL