All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vikram Narayanan <vikram186@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] mx6: Add basic support for mx6qsabresd board.
Date: Wed, 12 Sep 2012 23:00:02 +0530	[thread overview]
Message-ID: <5050C69A.6090804@gmail.com> (raw)
In-Reply-To: <1347388355-27903-2-git-send-email-fabio.estevam@freescale.com>

On 9/12/2012 12:02 AM, Fabio Estevam wrote:
> mx6qsabresd is a board based on mx6q SoC with the following features:
> - 1GB of DDR3
> - 1 USB OTG port
> - 1 HDMI output port
> - SPI NOR
> - LVDS panel
> - Gigabit Ethernet
> - Camera Connector
> - eMMC and SD card slot
> - Audio
>
> Add very basic support for it.
>
> Signed-off-by: Fabio Estevam<fabio.estevam@freescale.com>
<snip>
> +/* allow to overwrite serial and ethaddr */
> +#define CONFIG_ENV_OVERWRITE
> +#define CONFIG_CONS_INDEX              1
> +#define CONFIG_BAUDRATE                        115200
> +#define CONFIG_SYS_BAUDRATE_TABLE      {9600, 19200, 38400, 57600, 115200}

According to this commit,
"CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there"
(26750c8aee2383a026e0cf89e9310628d3a5a6a0), the above line isn't 
required anymore. Right?

Regards,
Vikram

  reply	other threads:[~2012-09-12 17:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-11 18:32 [U-Boot] [PATCH 1/2] mx6q: Factor out common DDR3 init code Fabio Estevam
2012-09-11 18:32 ` [U-Boot] [PATCH 2/2] mx6: Add basic support for mx6qsabresd board Fabio Estevam
2012-09-12 17:30   ` Vikram Narayanan [this message]
2012-09-12 17:35     ` Fabio Estevam
2012-09-12  2:26 ` [U-Boot] [PATCH 1/2] mx6q: Factor out common DDR3 init code Liu Hui-R64343
2012-09-12  2:32   ` Fabio Estevam
     [not found]     ` <AD13664F485EE54694E29A7F9D5BE1AF348CFA@039-SN2MPN1-022.039d.mgd.msft.net>
2012-09-12  2:55       ` Fabio Estevam
2012-09-12  8:34       ` stefano babic
2012-09-12 18:22   ` Fabio Estevam
2012-09-12 22:06     ` stefano babic
2012-09-13  4:57       ` Fabio Estevam
2012-09-13  8:06         ` stefano babic

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=5050C69A.6090804@gmail.com \
    --to=vikram186@gmail.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 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.