boards: em_starterkit: stop overriding GPIO_INIT_PRIORITY
This was introduced long time ago during a big priority refactoring, with the current priority changes it should not be necesary anymore, the current value is causing some build fail in the weekly test. Fixes the following breakage: ``` $ west build -p -b em_starterkit_em11d -T tests/drivers/build_all/gpio/drivers.gpio.build ... ERROR: /test/nct3807_alert_1 POST_KERNEL 52 51 < /test/gpio@deadbeef POST_KERNEL 70 47 ninja: build stopped: subcommand failed. ``` Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
14b1d0283c
commit
173627d51b
1 changed files with 0 additions and 7 deletions
|
@ -5,13 +5,6 @@ if BOARD_EM_STARTERKIT
|
|||
config BOARD
|
||||
default "em_starterkit"
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_INIT_PRIORITY
|
||||
default 70
|
||||
|
||||
endif # GPIO
|
||||
|
||||
if I2C_DW
|
||||
|
||||
config I2C_DW_CLOCK_SPEED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue