public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mugunthan V N <mugunthanvnm@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/6] am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL
Date: Mon, 28 Sep 2015 16:37:31 +0530	[thread overview]
Message-ID: <56091F73.8030804@ti.com> (raw)
In-Reply-To: <56091C85.5050306@ti.com>

On Monday 28 September 2015 04:25 PM, Lokesh Vutla wrote:
> 
> On Monday 28 September 2015 04:17 PM, Mugunthan V N wrote:
>> > Tested on am437x gp evm and am437x sk evm
>> > 
>> > Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
>> > ---
>> >  include/configs/am43xx_evm.h | 6 +++++-
>> >  1 file changed, 5 insertions(+), 1 deletion(-)
>> > 
>> > diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
>> > index d868442..03713e3 100644
>> > --- a/include/configs/am43xx_evm.h
>> > +++ b/include/configs/am43xx_evm.h
>> > @@ -23,9 +23,13 @@
>> >  
>> >  /* NS16550 Configuration */
>> >  #define CONFIG_SYS_NS16550
>> > +#if defined(CONFIG_SPL_BUILD) || !defined(CONFIG_DM_SERIAL)
>> >  #define CONFIG_SYS_NS16550_SERIAL
>> > -#define CONFIG_SYS_NS16550_REG_SIZE	(-4)
>> >  #define CONFIG_SYS_NS16550_CLK		48000000
>> > +#define CONFIG_SYS_NS16550_REG_SIZE	(-4)
> You are deleting and adding the same line under if. Is this really
> necessary?
> 
> Rest looks good to me.

Oops, thats not needed, Copy paste error (was playing with serial clock
during debug). Will fix in v2.

Regards
Mugunthan V N

  reply	other threads:[~2015-09-28 11:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-28 10:47 [U-Boot] [PATCH 0/6] device model bringup of am437x platform on gp-evm and sk-evm Mugunthan V N
2015-09-28 10:47 ` [U-Boot] [PATCH 1/6] drivers: serial: serial_omap: populate default clock frequency when not found in dt Mugunthan V N
2015-09-28 10:51   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 2/6] drivers: serial: serial_omap: add comaptibles for all ti platforms Mugunthan V N
2015-09-28 10:52   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 3/6] am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL Mugunthan V N
2015-09-28 10:55   ` Lokesh Vutla
2015-09-28 11:07     ` Mugunthan V N [this message]
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 4/6] am43xx_evm: mmc: do not define DM_MMC for spl Mugunthan V N
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 5/6] am437x: Add am437x_gp_evm_defconfig using CONFIG_DM Mugunthan V N
2015-09-28 11:08   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-28 10:47 ` [U-Boot] [PATCH 6/6] am437x: Add am437x_sk_evm_defconfig " Mugunthan V N
2015-09-28 11:08   ` Lokesh Vutla
2015-10-22 21:23   ` [U-Boot] [U-Boot, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56091F73.8030804@ti.com \
    --to=mugunthanvnm@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox