diff mbox

[U-Boot,2/2] arm:aspenite: Convert to generic board

Message ID 1424092027-29158-2-git-send-email-ajay.bhargav@einfochips.com
State Accepted
Delegated to: Stefan Roese
Headers show

Commit Message

Ajay Bhargav Feb. 16, 2015, 1:07 p.m. UTC
Enable CONFIG_SYS_GENERIC_BOARD for Marvell aspenite.

Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
---
 include/configs/aspenite.h | 5 +++++
 1 file changed, 5 insertions(+)

--
2.3.0

************************************************************************************************************************************************************* eInfochips Business Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated. Company has taken enough precautions to prevent the spread of viruses. However the company ac
 cepts no liability for any damage caused by any virus transmitted by this email. *************************************************************************************************************************************************************

Comments

Prafulla Wadaskar Feb. 16, 2015, 1:30 p.m. UTC | #1
> -----Original Message-----
> From: Ajay Bhargav [mailto:ajay.bhargav@einfochips.com]
> Sent: 16 February 2015 18:37
> To: u-boot@lists.denx.de; marex@denx.de
> Cc: trini@ti.com; Prafulla Wadaskar; yamada.m@jp.panasonic.com; Ajay
> Bhargav
> Subject: [PATCH 2/2] arm:aspenite: Convert to generic board
> 
> Enable CONFIG_SYS_GENERIC_BOARD for Marvell aspenite.
> 
> Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
> ---
>  include/configs/aspenite.h | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index
> 727b14a..5258486 100644
> --- a/include/configs/aspenite.h
> +++ b/include/configs/aspenite.h
> @@ -11,6 +11,11 @@
>  #define __CONFIG_ASPENITE_H
> 
>  /*
> + * Generic Board support
> + */
> +#define CONFIG_SYS_GENERIC_BOARD
> +
> +/*
>   * Version number information
>   */
>  #define CONFIG_IDENT_STRING    "\nMarvell-Aspenite DB"
> --
> 2.3.0

Acked-by: Prafulla Wadaskar <Prafulla@marvell.com>

Added Luka on this thread.

Regards...
Prafulla . . .
Luka Perkov Feb. 16, 2015, 3:17 p.m. UTC | #2
On Mon, Feb 16, 2015 at 05:30:07AM -0800, Prafulla Wadaskar wrote:
> > Subject: [PATCH 2/2] arm:aspenite: Convert to generic board
> > 
> > Enable CONFIG_SYS_GENERIC_BOARD for Marvell aspenite.
> > 
> > Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
> > ---
> >  include/configs/aspenite.h | 5 +++++
> >  1 file changed, 5 insertions(+)
> > 
> > diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index
> > 727b14a..5258486 100644
> > --- a/include/configs/aspenite.h
> > +++ b/include/configs/aspenite.h
> > @@ -11,6 +11,11 @@
> >  #define __CONFIG_ASPENITE_H
> > 
> >  /*
> > + * Generic Board support
> > + */
> > +#define CONFIG_SYS_GENERIC_BOARD
> > +
> > +/*
> >   * Version number information
> >   */
> >  #define CONFIG_IDENT_STRING    "\nMarvell-Aspenite DB"
> > --
> > 2.3.0
> 
> Acked-by: Prafulla Wadaskar <Prafulla@marvell.com>
> 
> Added Luka on this thread.

Thank you. I've had issues applying this patch so I've merged it
manually and pushed to Marvell's for-next branch.

Luka
Marek Vasut Feb. 16, 2015, 3:30 p.m. UTC | #3
On Monday, February 16, 2015 at 04:17:20 PM, Luka Perkov wrote:
> On Mon, Feb 16, 2015 at 05:30:07AM -0800, Prafulla Wadaskar wrote:
> > > Subject: [PATCH 2/2] arm:aspenite: Convert to generic board
> > > 
> > > Enable CONFIG_SYS_GENERIC_BOARD for Marvell aspenite.
> > > 
> > > Signed-off-by: Ajay Bhargav <ajay.bhargav@einfochips.com>
> > > ---
> > > 
> > >  include/configs/aspenite.h | 5 +++++
> > >  1 file changed, 5 insertions(+)
> > > 
> > > diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h
> > > index 727b14a..5258486 100644
> > > --- a/include/configs/aspenite.h
> > > +++ b/include/configs/aspenite.h
> > > @@ -11,6 +11,11 @@
> > > 
> > >  #define __CONFIG_ASPENITE_H
> > >  
> > >  /*
> > > 
> > > + * Generic Board support
> > > + */
> > > +#define CONFIG_SYS_GENERIC_BOARD
> > > +
> > > +/*
> > > 
> > >   * Version number information
> > >   */
> > >  
> > >  #define CONFIG_IDENT_STRING    "\nMarvell-Aspenite DB"
> > > 
> > > --
> > > 2.3.0
> > 
> > Acked-by: Prafulla Wadaskar <Prafulla@marvell.com>
> > 
> > Added Luka on this thread.
> 
> Thank you. I've had issues applying this patch so I've merged it
> manually and pushed to Marvell's for-next branch.

Hi!

are you the marvell custodian now, Luka ? If so, please update 
http://www.denx.de/wiki/U-Boot/Custodians this here, so it lists
your contact :)

Thanks!

Best regards,
Marek Vasut
diff mbox

Patch

diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h
index 727b14a..5258486 100644
--- a/include/configs/aspenite.h
+++ b/include/configs/aspenite.h
@@ -11,6 +11,11 @@ 
 #define __CONFIG_ASPENITE_H

 /*
+ * Generic Board support
+ */
+#define CONFIG_SYS_GENERIC_BOARD
+
+/*
  * Version number information
  */
 #define CONFIG_IDENT_STRING    "\nMarvell-Aspenite DB"