boards: remove CONFIG_BOOT_BANNER

This config should not be enabled by boards, it is an application
config.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2021-10-17 11:05:55 -04:00 committed by Christopher Friedt
commit 798acef774
6 changed files with 0 additions and 8 deletions

View file

@ -15,9 +15,6 @@ CONFIG_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_UART_CONSOLE=y
# misc
CONFIG_BOOT_BANNER=y
# EOS S3 Configuartion Manager copies software from external flash to MCU
# memory using preconfigured DMA and execute it there.
# Thus we do not use flash directly.

View file

@ -7,7 +7,6 @@ CONFIG_RISCV_MACHINE_TIMER=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_BOOT_BANNER=y
# Serial driver options
CONFIG_SERIAL=y

View file

@ -17,5 +17,4 @@ CONFIG_GPIO=y
CONFIG_GPIO_SIFIVE=y
CONFIG_SPI=y
CONFIG_SPI_SIFIVE=y
CONFIG_BOOT_BANNER=y
CONFIG_QEMU_ICOUNT_SHIFT=6

View file

@ -13,5 +13,4 @@ CONFIG_SERIAL=y
CONFIG_UART_SIFIVE=y
CONFIG_UART_SIFIVE_PORT_0=y
CONFIG_UART_CONSOLE=y
CONFIG_BOOT_BANNER=y
CONFIG_CORE_E31=y

View file

@ -11,5 +11,4 @@ CONFIG_SERIAL=y
CONFIG_UART_SIFIVE=y
CONFIG_UART_SIFIVE_PORT_0=y
CONFIG_UART_CONSOLE=y
CONFIG_BOOT_BANNER=y
CONFIG_XIP=n

View file

@ -11,5 +11,4 @@ CONFIG_SERIAL=y
CONFIG_UART_SIFIVE=y
CONFIG_UART_SIFIVE_PORT_0=y
CONFIG_UART_CONSOLE=y
CONFIG_BOOT_BANNER=y
CONFIG_XIP=n