diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-27 07:56:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-27 07:56:59 -0400 |
commit | 11e409284ee593c980e16d93d12c5e19c99b62c0 (patch) | |
tree | 202742a0e8fc97adc69ab3f7a694b962af39ed9d /include/configs/mv-common.h | |
parent | 2ae23a280be660c5c3dc8addb7f61bf7c12242f7 (diff) | |
download | u-boot-11e409284ee593c980e16d93d12c5e19c99b62c0.tar.gz |
openrd: Once again shrink binary size
With some recent changes to relevant drivers here the openrd board
(openrd_client in this case) does not fit within its size constraint.
We can however drop the slightly extended baudrate table and then the
duplication of mtdparts/mtdids in the default environment. These
defaults are set in the environment by the 'mtdparts' command and
otherwise referenced throughout the code.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r-- | include/configs/mv-common.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index 79d61c599e..8ae521f7e9 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -38,14 +38,6 @@ #define CONFIG_SYS_NS16550_COM1 MV_UART_CONSOLE_BASE #endif -/* - * Serial Port configuration - * The following definitions let you select what serial you want to use - * for your console driver. - */ - -#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, \ - 115200,230400, 460800, 921600 } /* auto boot */ #define CONFIG_PREBOOT |