Re: [PATCH 01/35] common: Drop mdm_init()

2019-12-12 Thread Simon Goldschmidt
On Thu, Dec 12, 2019 at 1:48 AM Simon Glass wrote: > > This is not used in U-Boot. Drop it. > > Signed-off-by: Simon Glass Reviewed-by: Simon Goldschmidt > --- > > include/common.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/common.h b/include/common.h > index

[PATCH 01/35] common: Drop mdm_init()

2019-12-11 Thread Simon Glass
This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- include/common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/common.h b/include/common.h index 8b37b58747..fecfa27747 100644 --- a/include/common.h +++ b/include/common.h @@ -71,7 +71,6 @@ int checkflash(void);