Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-30 Thread Stefan Herbrechtsmeier
Hi, Am 30.08.2022 um 04:29 schrieb Simon Glass: Hi Stefan, On Mon, 29 Aug 2022 at 09:53, Stefan Herbrechtsmeier wrote: Hi Heinrich, Am 29.08.2022 um 17:01 schrieb Heinrich Schuchardt: On 8/8/22 16:45, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier The spl doesn't support ubi

Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-29 Thread Simon Glass
Hi Stefan, On Mon, 29 Aug 2022 at 09:53, Stefan Herbrechtsmeier wrote: > > Hi Heinrich, > > Am 29.08.2022 um 17:01 schrieb Heinrich Schuchardt: > > On 8/8/22 16:45, Stefan Herbrechtsmeier wrote: > >> From: Stefan Herbrechtsmeier > >> > >> The spl doesn't support ubifs and thereby doesn't provide

Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-29 Thread Stefan Herbrechtsmeier
Hi Heinrich, Am 29.08.2022 um 17:01 schrieb Heinrich Schuchardt: On 8/8/22 16:45, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier The spl doesn't support ubifs and thereby doesn't provide the ubifs_is_mounted function. Remove the dependency to ubifs for the spl. Signed-off-by: Ste

Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-29 Thread Heinrich Schuchardt
On 8/8/22 16:45, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier The spl doesn't support ubifs and thereby doesn't provide the ubifs_is_mounted function. Remove the dependency to ubifs for the spl. Signed-off-by: Stefan Herbrechtsmeier --- disk/part.c | 2 +- 1 file changed, 1

Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-27 Thread Tom Rini
On Mon, Aug 08, 2022 at 04:45:17PM +0200, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > The spl doesn't support ubifs and thereby doesn't provide the > ubifs_is_mounted function. Remove the dependency to ubifs for the spl. > > Signed-off-by: Stefan Herbrechtsmeier Applied t

Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-09 Thread Stefan Herbrechtsmeier
Hi Simon, Am 08.08.2022 um 21:26 schrieb Simon Glass: Hi Stefan, On Mon, 8 Aug 2022 at 08:45, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier The spl doesn't support ubifs and thereby doesn't provide the ubifs_is_mounted function. Remove the dependency to ubifs for the spl. Sig

Re: [PATCH] disk: part: remove dependency to ubifs for spl

2022-08-08 Thread Simon Glass
Hi Stefan, On Mon, 8 Aug 2022 at 08:45, Stefan Herbrechtsmeier wrote: > > From: Stefan Herbrechtsmeier > > The spl doesn't support ubifs and thereby doesn't provide the > ubifs_is_mounted function. Remove the dependency to ubifs for the spl. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > >