tests/booting/stub: remove CONFIG_ARC_INIT
This stub was forcing this configuration option that is not neccesary and the configuration system is complaining about it, failing most Arduino101 stub builds. Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
This commit is contained in:
parent
f3a6e8aa89
commit
b073b29688
|
@ -1,4 +1,3 @@
|
|||
# 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
|
||||
|
|
Loading…
Reference in a new issue