All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] engicam: icorem6: Fix config files
@ 2016-10-29 19:44 Jagan Teki
  2016-11-05 11:44 ` Jagan Teki
  2016-11-05 14:10 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Jagan Teki @ 2016-10-29 19:44 UTC (permalink / raw)
  To: u-boot

From: Jagan Teki <jagan@amarulasolutions.com>

Config file names on MAINTAINERS and README in
board/engicam/icorem6 seems to be wrong, hence fixed the same.

Cc: Stefano Babic <sbabic@denx.de>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
---
 board/engicam/icorem6/MAINTAINERS | 5 +++--
 board/engicam/icorem6/README      | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/board/engicam/icorem6/MAINTAINERS b/board/engicam/icorem6/MAINTAINERS
index 3e06c6b..a425afb 100644
--- a/board/engicam/icorem6/MAINTAINERS
+++ b/board/engicam/icorem6/MAINTAINERS
@@ -2,5 +2,6 @@ ICOREM6QDL BOARD
 M:	Jagan Teki <jagan@amarulasolutions.com>
 S:	Maintained
 F:	board/engicam/icorem6
-F:	include/configs/icorem6qdl.h
-F:	configs/icorem6qdl_defconfig
+F:	include/configs/imx6qdl_icore.h
+F:	configs/imx6qdl_icore_mmc_defconfig
+F:	configs/imx6qdl_icore_nand_defconfig
diff --git a/board/engicam/icorem6/README b/board/engicam/icorem6/README
index 12d1e21..e47f85f 100644
--- a/board/engicam/icorem6/README
+++ b/board/engicam/icorem6/README
@@ -4,7 +4,7 @@ How to use U-Boot on Engicam i.CoreM6 DualLite/Solo and Quad/Dual Starter Kit:
 - Configure U-Boot for Engicam i.CoreM6 QDL:
 
 $ make mrproper
-$ make icorem6qdl_mmc_defconfig
+$ make imx6qdl_icore_mmc_defconfig
 
 - Build for i.CoreM6 DualLite/Solo
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] engicam: icorem6: Fix config files
  2016-10-29 19:44 [U-Boot] [PATCH] engicam: icorem6: Fix config files Jagan Teki
@ 2016-11-05 11:44 ` Jagan Teki
  2016-11-05 14:06   ` Tom Rini
  2016-11-05 14:10 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2016-11-05 11:44 UTC (permalink / raw)
  To: u-boot

Hi Stefano,

On Sun, Oct 30, 2016 at 1:14 AM, Jagan Teki <jagan@openedev.com> wrote:
> From: Jagan Teki <jagan@amarulasolutions.com>
>
> Config file names on MAINTAINERS and README in
> board/engicam/icorem6 seems to be wrong, hence fixed the same.
>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Michael Trimarchi <michael@amarulasolutions.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> ---
>  board/engicam/icorem6/MAINTAINERS | 5 +++--
>  board/engicam/icorem6/README      | 2 +-
>  2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/board/engicam/icorem6/MAINTAINERS b/board/engicam/icorem6/MAINTAINERS
> index 3e06c6b..a425afb 100644
> --- a/board/engicam/icorem6/MAINTAINERS
> +++ b/board/engicam/icorem6/MAINTAINERS
> @@ -2,5 +2,6 @@ ICOREM6QDL BOARD
>  M:     Jagan Teki <jagan@amarulasolutions.com>
>  S:     Maintained
>  F:     board/engicam/icorem6
> -F:     include/configs/icorem6qdl.h
> -F:     configs/icorem6qdl_defconfig
> +F:     include/configs/imx6qdl_icore.h
> +F:     configs/imx6qdl_icore_mmc_defconfig
> +F:     configs/imx6qdl_icore_nand_defconfig
> diff --git a/board/engicam/icorem6/README b/board/engicam/icorem6/README
> index 12d1e21..e47f85f 100644
> --- a/board/engicam/icorem6/README
> +++ b/board/engicam/icorem6/README
> @@ -4,7 +4,7 @@ How to use U-Boot on Engicam i.CoreM6 DualLite/Solo and Quad/Dual Starter Kit:
>  - Configure U-Boot for Engicam i.CoreM6 QDL:
>
>  $ make mrproper
> -$ make icorem6qdl_mmc_defconfig
> +$ make imx6qdl_icore_mmc_defconfig
>
>  - Build for i.CoreM6 DualLite/Solo

Are you planning to take this? may be I can take it along with my PR.
Please let me know if you're OK?

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] engicam: icorem6: Fix config files
  2016-11-05 11:44 ` Jagan Teki
@ 2016-11-05 14:06   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-11-05 14:06 UTC (permalink / raw)
  To: u-boot

On Sat, Nov 05, 2016 at 05:14:18PM +0530, Jagan Teki wrote:
> Hi Stefano,
> 
> On Sun, Oct 30, 2016 at 1:14 AM, Jagan Teki <jagan@openedev.com> wrote:
> > From: Jagan Teki <jagan@amarulasolutions.com>
> >
> > Config file names on MAINTAINERS and README in
> > board/engicam/icorem6 seems to be wrong, hence fixed the same.
> >
> > Cc: Stefano Babic <sbabic@denx.de>
> > Cc: Michael Trimarchi <michael@amarulasolutions.com>
> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
> > ---
> >  board/engicam/icorem6/MAINTAINERS | 5 +++--
> >  board/engicam/icorem6/README      | 2 +-
> >  2 files changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/board/engicam/icorem6/MAINTAINERS b/board/engicam/icorem6/MAINTAINERS
> > index 3e06c6b..a425afb 100644
> > --- a/board/engicam/icorem6/MAINTAINERS
> > +++ b/board/engicam/icorem6/MAINTAINERS
> > @@ -2,5 +2,6 @@ ICOREM6QDL BOARD
> >  M:     Jagan Teki <jagan@amarulasolutions.com>
> >  S:     Maintained
> >  F:     board/engicam/icorem6
> > -F:     include/configs/icorem6qdl.h
> > -F:     configs/icorem6qdl_defconfig
> > +F:     include/configs/imx6qdl_icore.h
> > +F:     configs/imx6qdl_icore_mmc_defconfig
> > +F:     configs/imx6qdl_icore_nand_defconfig
> > diff --git a/board/engicam/icorem6/README b/board/engicam/icorem6/README
> > index 12d1e21..e47f85f 100644
> > --- a/board/engicam/icorem6/README
> > +++ b/board/engicam/icorem6/README
> > @@ -4,7 +4,7 @@ How to use U-Boot on Engicam i.CoreM6 DualLite/Solo and Quad/Dual Starter Kit:
> >  - Configure U-Boot for Engicam i.CoreM6 QDL:
> >
> >  $ make mrproper
> > -$ make icorem6qdl_mmc_defconfig
> > +$ make imx6qdl_icore_mmc_defconfig
> >
> >  - Build for i.CoreM6 DualLite/Solo
> 
> Are you planning to take this? may be I can take it along with my PR.
> Please let me know if you're OK?

I'll take this directly so it's in, in time, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161105/629a90f1/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] engicam: icorem6: Fix config files
  2016-10-29 19:44 [U-Boot] [PATCH] engicam: icorem6: Fix config files Jagan Teki
  2016-11-05 11:44 ` Jagan Teki
@ 2016-11-05 14:10 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-11-05 14:10 UTC (permalink / raw)
  To: u-boot

On Sun, Oct 30, 2016 at 01:14:31AM +0530, Jagan Teki wrote:

> From: Jagan Teki <jagan@amarulasolutions.com>
> 
> Config file names on MAINTAINERS and README in
> board/engicam/icorem6 seems to be wrong, hence fixed the same.
> 
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Michael Trimarchi <michael@amarulasolutions.com>
> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161105/d6e0ad3b/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-05 14:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-29 19:44 [U-Boot] [PATCH] engicam: icorem6: Fix config files Jagan Teki
2016-11-05 11:44 ` Jagan Teki
2016-11-05 14:06   ` Tom Rini
2016-11-05 14:10 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.