mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
Fix the build error on adv board.
BUG=none TEST=successfully BOARD=adv make. Change-Id: I75e0f1e0487f52411c0c50b804e8997065f4e06c
This commit is contained in:
@@ -31,7 +31,7 @@ static void jump_to_other_image(void)
|
||||
if (system_jumped_to_this_image())
|
||||
return;
|
||||
|
||||
#if !defined(BOARD_daisy) && !defined(BOARD_discovery)
|
||||
#if !defined(BOARD_daisy) && !defined(BOARD_discovery) && !defined(BOARD_adv)
|
||||
/* TODO: (crosbug.com/p/8572) Daisy and discovery don't define a GPIO
|
||||
* for the recovery signal from servo, so can't check it. */
|
||||
if (gpio_get_level(GPIO_RECOVERYn) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user