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/siemens-am33x-common.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/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 08235c7445..ceac5e0866 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -117,7 +117,6 @@ /* NS16550 Configuration */ #define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL -#define CONFIG_SERIAL_MULTI #define CONFIG_SYS_NS16550_REG_SIZE (-4) #define CONFIG_SYS_NS16550_CLK (48000000) #define CONFIG_SYS_NS16550_COM1 0x44e09000 |