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:
parent
8f6068e9d8
commit
32c6d97922
8 changed files with 0 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue