Commit f3fbf038 authored by Anas Nashif's avatar Anas Nashif Committed by Anas Nashif
Browse files

tests/booting/stub: disable banner



The stub is supposed to be there to bring up a CPU that needs to be
brought up because the platform requires so, but it needs to be as
practically quiet in terms of printing to the serial port as possible.

Thus, disable  printing the boot banner by default.

Signed-off-by: default avatarInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 2c96dacf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# Our only mission is to start the ARC in an Arduino platform so we
# can pipe its output to the serial port.
CONFIG_ARC_INIT=y
CONFIG_BOOT_BANNER=n