boards: arm: qemu_cortex_a9: move UART_CONSOLE
Move where the default value of `CONFIG_UART_CONSOLE` is set from `Kconfig.defconfig` to `qemu_cortex_a9_defconfig`. This conforms to the standard location and lets the default be overridden by applications. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
602dec25ca
commit
8904bd1650
2 changed files with 1 additions and 7 deletions
|
@ -20,13 +20,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||||
config SYS_CLOCK_TICKS_PER_SEC
|
config SYS_CLOCK_TICKS_PER_SEC
|
||||||
default 1000
|
default 1000
|
||||||
|
|
||||||
if CONSOLE
|
|
||||||
|
|
||||||
config UART_CONSOLE
|
|
||||||
default y
|
|
||||||
|
|
||||||
endif # CONSOLE
|
|
||||||
|
|
||||||
if LOG
|
if LOG
|
||||||
|
|
||||||
if LOG_PROCESS_THREAD
|
if LOG_PROCESS_THREAD
|
||||||
|
|
|
@ -13,6 +13,7 @@ CONFIG_ARM_ARCH_TIMER=y
|
||||||
|
|
||||||
CONFIG_SERIAL=y
|
CONFIG_SERIAL=y
|
||||||
CONFIG_CONSOLE=y
|
CONFIG_CONSOLE=y
|
||||||
|
CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
CONFIG_ARMV7_EXCEPTION_STACK_SIZE=8192
|
CONFIG_ARMV7_EXCEPTION_STACK_SIZE=8192
|
||||||
CONFIG_ARMV7_FIQ_STACK_SIZE=8192
|
CONFIG_ARMV7_FIQ_STACK_SIZE=8192
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue