
12 Sep
2012
12 Sep
'12
7:30 p.m.
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 Estevamfabio.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