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:
parent
878ee1493e
commit
798acef774
6 changed files with 0 additions and 8 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue