From d7117c6801bfe0c6e564bc8ee13bb91b8c24494c Mon Sep 17 00:00:00 2001 From: Aseda Aboagye Date: Wed, 13 Sep 2017 15:19:25 -0700 Subject: [PATCH] zoombini: Fix WWAN macro. WIRLESS_SWITCH_WWAN *is* the WWAN power switch. This commit simply renames the macro previously defined as WIRELESS_SWITCH_WWAN_POWER. BUG=None BRANCH=None TEST=make -j buildall Change-Id: I3d9b1ea03b31702e73c3400b35ac08ea2c3c9f74 Signed-off-by: Aseda Aboagye Reviewed-on: https://chromium-review.googlesource.com/666290 Commit-Ready: Aseda Aboagye Tested-by: Aseda Aboagye Reviewed-by: Shawn N --- board/zoombini/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/zoombini/board.h b/board/zoombini/board.h index 143e1ef716..bbd76be234 100644 --- a/board/zoombini/board.h +++ b/board/zoombini/board.h @@ -103,7 +103,7 @@ #define CONFIG_WIRELESS #define WIRELESS_GPIO_WLAN_POWER GPIO_EN_PP3300_WLAN -#define WIRELESS_GPIO_WWAN_POWER GPIO_EN_PP3300_WWAN +#define WIRELESS_GPIO_WWAN GPIO_EN_PP3300_WWAN /* I2C Ports */ #define I2C_PORT_BATTERY I2C_PORT_POWER