From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikram Narayanan Date: Wed, 12 Sep 2012 23:00:02 +0530 Subject: [U-Boot] [PATCH 2/2] mx6: Add basic support for mx6qsabresd board. In-Reply-To: <1347388355-27903-2-git-send-email-fabio.estevam@freescale.com> References: <1347388355-27903-1-git-send-email-fabio.estevam@freescale.com> <1347388355-27903-2-git-send-email-fabio.estevam@freescale.com> Message-ID: <5050C69A.6090804@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > +/* 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 , place there" (26750c8aee2383a026e0cf89e9310628d3a5a6a0), the above line isn't required anymore. Right? Regards, Vikram