summaryrefslogtreecommitdiff
path: root/baseboard/goroh/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/goroh/baseboard.h')
-rw-r--r--baseboard/goroh/baseboard.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/baseboard/goroh/baseboard.h b/baseboard/goroh/baseboard.h
index 594686f0bf..1488bb6fcf 100644
--- a/baseboard/goroh/baseboard.h
+++ b/baseboard/goroh/baseboard.h
@@ -57,8 +57,7 @@
#define CONFIG_CHARGER
#define CONFIG_CHARGE_RAMP_HW
#define CONFIG_CHARGER_DISCHARGE_ON_AC
-#define CONFIG_CHARGER_DEFAULT_CURRENT_LIMIT 512
-#define CONFIG_CHARGER_MIN_INPUT_CURRENT_LIMIT 512
+#define CONFIG_CHARGER_INPUT_CURRENT 512
#define CONFIG_CHARGER_ISL9238C
#define CONFIG_CHARGER_MAINTAIN_VBAT
#define CONFIG_CHARGER_OTG
@@ -186,8 +185,8 @@
#ifndef __ASSEMBLER__
#include "gpio_signal.h"
-#include "power/falconlite.h"
#include "registers.h"
+#include "power/falconlite.h"
int board_get_version(void);
void board_reset_pd_mcu(void);