Hi Heinrich > From: Heinrich Schuchardt [mailto:[email protected]] > Sent: mercredi 4 avril 2018 01:16 > To: Tom Rini <[email protected]>; Patrick DELAUNAY > <[email protected]> > Cc: [email protected]; Heinrich Schuchardt <[email protected]> > Subject: [PATCH 1/1] MAINTAINERS: ARM STM STM32MP: correct file paths > > Provide correct file paths. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fde77b2b61..510ad12a41 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -201,8 +201,8 @@ ARM STM STM32MP > M: Patrick Delaunay <[email protected]> > S: Maintained > F: arch/arm/mach-stm32mp > -F: clk/clk_stm32mp1.c > -F: ram/stm32mp1 > +F: drivers/clk/clk_stm32mp1.c > +F: drivers/ram/stm32mp1/ > > ARM STM STV0991 > M: Vikas Manocha <[email protected]> > -- > 2.16.3
Reviewed-by: Patrick Delaunay <[email protected]> Thanks for the correction. Cheers, Patrick _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

