commit | 26750c8aee2383a026e0cf89e9310628d3a5a6a0 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Tue Jun 19 12:54:34 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jun 20 20:26:16 2012 +0200 |
tree | c9aba64f8650364b2cf284e0df6896000728c396 | |
parent | 87d65558efe50bb2cc3617bafd8399695212c0e5 [diff] |
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 <trini@ti.com>