console/uart: remove duplicate default value for parent UART dev

There is no need to re-define CONFIG_UART_CONSOLE_ON_DEV_NAME to be
"UART_0" all over the place as its default is "UART_0" already.
So remove those duplicate defaults.

Change-Id: Ia86e26b8f90540fdbd7dcb3358d6dac352648b21
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2016-03-29 15:34:21 -07:00 committed by Anas Nashif
commit 32c6d97922
8 changed files with 0 additions and 38 deletions

View file

@ -32,11 +32,4 @@ config NUM_IRQ_PRIO_BITS
int
default 4
if UART_CONSOLE
config UART_CONSOLE_ON_DEV_NAME
default "UART_0"
endif # UART_CONSOLE
endif # SOC_STM32F1X