mb/google/poppy/variants/poppy: Enable EC_ENABLE_SECOND_BATTERY_DEVICE

BRANCH=none
BUG=b:65697620
TEST=Boot lux, both /sys/class/power_supply/BAT0 and BAT1 are
     present, data is valid.

Change-Id: I869bf08341b83f359066709e1e9c03af99482b2c
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Reviewed-on: https://review.coreboot.org/23599
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
Nicolas Boichat 2018-01-29 09:58:41 +08:00 committed by Furquan Shaikh
parent 07fe6184bc
commit c8fcc46025
1 changed files with 2 additions and 0 deletions

View File

@ -18,4 +18,6 @@
#include <baseboard/ec.h>
#define EC_ENABLE_SECOND_BATTERY_DEVICE
#endif /* __MAINBOARD_EC_H__ */