On Mon, Jan 28, 2013 at 10:46 AM, Marek Vasut <[email protected]> wrote: > This will not allow different baudrates now, will it?
You still may change the baudrate if you need to. CONFIG_SYS_BAUDRATE_TABLE has been placed to a common place after the commit below: commit 26750c8aee2383a026e0cf89e9310628d3a5a6a0 Author: Tom Rini <[email protected]> Date: Tue Jun 19 12:54:34 2012 +0000 CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there We provide a default table of { 9600, 19200, 38400, 57600, 115200 } in <config_fallbacks.h> which mkconfig places after <configs/...h> in the generated config file. This is used when a board has not set its own table. Signed-off-by: Tom Rini <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

