diff options
author | Stephen Warren <swarren@nvidia.com> | 2015-08-05 11:51:38 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-05 14:12:42 -0400 |
commit | a5325cd5e91f77a2214e80198ae31c1d8b7e7c3c (patch) | |
tree | a2c2c57dc1eff5afe24b841c34eeaa7f6e246d98 /include/configs/nyan-big.h | |
parent | 1a2728ae4faf12874173de156b8a7e66cfbbeae5 (diff) | |
download | u-boot-a5325cd5e91f77a2214e80198ae31c1d8b7e7c3c.tar.gz |
configs: Remove CONFIG_SERIAL_MULTI
This config option isn't used anywhere at all. Remove all places that
define/enable the option.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/nyan-big.h')
-rw-r--r-- | include/configs/nyan-big.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h index dd549aa11a..38b4a87bff 100644 --- a/include/configs/nyan-big.h +++ b/include/configs/nyan-big.h @@ -17,7 +17,6 @@ #define CONFIG_TEGRA_BOARD_STRING "Google/NVIDIA Nyan-big" /* Board-specific serial config */ -#define CONFIG_SERIAL_MULTI #define CONFIG_TEGRA_ENABLE_UARTA #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTA_BASE |