diff --git a/boards/arm/quick_feather/quick_feather_defconfig b/boards/arm/quick_feather/quick_feather_defconfig index 7e0ffb9e08a..2b4280b24d9 100644 --- a/boards/arm/quick_feather/quick_feather_defconfig +++ b/boards/arm/quick_feather/quick_feather_defconfig @@ -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. diff --git a/boards/riscv/adp_xc7k_ae350/adp_xc7k_ae350_defconfig b/boards/riscv/adp_xc7k_ae350/adp_xc7k_ae350_defconfig index f7010d29e14..c1f600ee4a2 100644 --- a/boards/riscv/adp_xc7k_ae350/adp_xc7k_ae350_defconfig +++ b/boards/riscv/adp_xc7k_ae350/adp_xc7k_ae350_defconfig @@ -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 diff --git a/boards/riscv/hifive1/hifive1_defconfig b/boards/riscv/hifive1/hifive1_defconfig index 7447127c863..76942bfd348 100644 --- a/boards/riscv/hifive1/hifive1_defconfig +++ b/boards/riscv/hifive1/hifive1_defconfig @@ -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 diff --git a/boards/riscv/hifive1_revb/hifive1_revb_defconfig b/boards/riscv/hifive1_revb/hifive1_revb_defconfig index b20f61f0e09..d75859b64ba 100644 --- a/boards/riscv/hifive1_revb/hifive1_revb_defconfig +++ b/boards/riscv/hifive1_revb/hifive1_revb_defconfig @@ -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 diff --git a/boards/riscv/hifive_unleashed/hifive_unleashed_defconfig b/boards/riscv/hifive_unleashed/hifive_unleashed_defconfig index 259dbf0df0a..e4c46197abb 100644 --- a/boards/riscv/hifive_unleashed/hifive_unleashed_defconfig +++ b/boards/riscv/hifive_unleashed/hifive_unleashed_defconfig @@ -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 diff --git a/boards/riscv/hifive_unmatched/hifive_unmatched_defconfig b/boards/riscv/hifive_unmatched/hifive_unmatched_defconfig index 96e2215fc69..50eada9edb5 100644 --- a/boards/riscv/hifive_unmatched/hifive_unmatched_defconfig +++ b/boards/riscv/hifive_unmatched/hifive_unmatched_defconfig @@ -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