Skip to content

Commit 798acef

Browse files
nashifcfriedt
authored andcommitted
boards: remove CONFIG_BOOT_BANNER
This config should not be enabled by boards, it is an application config. Signed-off-by: Anas Nashif <[email protected]>
1 parent 878ee14 commit 798acef

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

boards/arm/quick_feather/quick_feather_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ CONFIG_CONSOLE=y
1515
CONFIG_PRINTK=y
1616
CONFIG_UART_CONSOLE=y
1717

18-
# misc
19-
CONFIG_BOOT_BANNER=y
20-
2118
# EOS S3 Configuartion Manager copies software from external flash to MCU
2219
# memory using preconfigured DMA and execute it there.
2320
# Thus we do not use flash directly.

boards/riscv/adp_xc7k_ae350/adp_xc7k_ae350_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ CONFIG_RISCV_MACHINE_TIMER=y
77
CONFIG_CONSOLE=y
88
CONFIG_UART_CONSOLE=y
99
CONFIG_PRINTK=y
10-
CONFIG_BOOT_BANNER=y
1110

1211
# Serial driver options
1312
CONFIG_SERIAL=y

boards/riscv/hifive1/hifive1_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ CONFIG_GPIO=y
1717
CONFIG_GPIO_SIFIVE=y
1818
CONFIG_SPI=y
1919
CONFIG_SPI_SIFIVE=y
20-
CONFIG_BOOT_BANNER=y
2120
CONFIG_QEMU_ICOUNT_SHIFT=6

boards/riscv/hifive1_revb/hifive1_revb_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ CONFIG_SERIAL=y
1313
CONFIG_UART_SIFIVE=y
1414
CONFIG_UART_SIFIVE_PORT_0=y
1515
CONFIG_UART_CONSOLE=y
16-
CONFIG_BOOT_BANNER=y
1716
CONFIG_CORE_E31=y

boards/riscv/hifive_unleashed/hifive_unleashed_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ CONFIG_SERIAL=y
1111
CONFIG_UART_SIFIVE=y
1212
CONFIG_UART_SIFIVE_PORT_0=y
1313
CONFIG_UART_CONSOLE=y
14-
CONFIG_BOOT_BANNER=y
1514
CONFIG_XIP=n

boards/riscv/hifive_unmatched/hifive_unmatched_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ CONFIG_SERIAL=y
1111
CONFIG_UART_SIFIVE=y
1212
CONFIG_UART_SIFIVE_PORT_0=y
1313
CONFIG_UART_CONSOLE=y
14-
CONFIG_BOOT_BANNER=y
1514
CONFIG_XIP=n

0 commit comments

Comments
 (0)