Nicolas Boichat has uploaded this change for review. ( https://review.coreboot.org/23599
Change subject: mb/google/poppy/variants/poppy: Enable EC_ENABLE_SECOND_BATTERY_DEVICE ......................................................................
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 --- M src/mainboard/google/poppy/variants/poppy/include/variant/ec.h 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/23599/1
diff --git a/src/mainboard/google/poppy/variants/poppy/include/variant/ec.h b/src/mainboard/google/poppy/variants/poppy/include/variant/ec.h index ef47d37..81f92b7 100644 --- a/src/mainboard/google/poppy/variants/poppy/include/variant/ec.h +++ b/src/mainboard/google/poppy/variants/poppy/include/variant/ec.h @@ -18,4 +18,6 @@
#include <baseboard/ec.h>
+#define EC_ENABLE_SECOND_BATTERY_DEVICE + #endif /* __MAINBOARD_EC_H__ */