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
|
@ -3,7 +3,6 @@ CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=12000000
|
|||
CONFIG_SOC_TI_LM3S6965=y
|
||||
CONFIG_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE=y
|
||||
CONFIG_UART_CONSOLE_ON_DEV_NAME="UART_0"
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_CORTEX_M_SYSTICK=y
|
||||
CONFIG_FLASH_SIZE=256
|
||||
|
|
|
@ -75,9 +75,6 @@ config UART_ATMEL_SAM3_CLK_FREQ
|
|||
|
||||
endif # UART_ATMEL_SAM3
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_0" if UART_CONSOLE
|
||||
|
||||
if GPIO_ATMEL_SAM3
|
||||
|
||||
config GPIO_ATMEL_SAM3_PORTA
|
||||
|
|
|
@ -91,9 +91,6 @@ endif
|
|||
|
||||
endif # UART_K20
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_0" if UART_CONSOLE
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
default "UART_1" if BLUETOOTH_UART
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -74,9 +74,6 @@ endif
|
|||
|
||||
endif # UART_STELLARIS
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_0" if UART_CONSOLE
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
default "UART_1" if BLUETOOTH_UART
|
||||
|
||||
|
|
|
@ -80,13 +80,6 @@ endif # UART_NS16550_PORT_1
|
|||
|
||||
endif # UART_NS16550
|
||||
|
||||
if UART_CONSOLE
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_0"
|
||||
|
||||
endif
|
||||
|
||||
if BLUETOOTH_UART
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
|
|
|
@ -80,13 +80,6 @@ endif # UART_NS16550_PORT_1
|
|||
|
||||
endif # UART_NS16550
|
||||
|
||||
if UART_CONSOLE
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_0"
|
||||
|
||||
endif
|
||||
|
||||
if BLUETOOTH_UART
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
|
|
|
@ -110,13 +110,6 @@ config UART_QMSI_1_IRQ_PRI
|
|||
default 0
|
||||
endif # UART_QMSI
|
||||
|
||||
if UART_CONSOLE
|
||||
|
||||
config UART_CONSOLE_ON_DEV_NAME
|
||||
default "UART_0"
|
||||
|
||||
endif
|
||||
|
||||
if BLUETOOTH_UART
|
||||
|
||||
config BLUETOOTH_UART_ON_DEV_NAME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue