summaryrefslogtreecommitdiff
path: root/baseboard/brya/baseboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'baseboard/brya/baseboard.h')
-rw-r--r--baseboard/brya/baseboard.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/baseboard/brya/baseboard.h b/baseboard/brya/baseboard.h
index b4ba8f2d16..84fefa9b53 100644
--- a/baseboard/brya/baseboard.h
+++ b/baseboard/brya/baseboard.h
@@ -68,8 +68,7 @@
#define CONFIG_CHARGE_MANAGER
#define CONFIG_CHARGER
#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_CMD_CHARGER_DUMP
@@ -241,14 +240,14 @@
#ifndef __ASSEMBLER__
-#include "baseboard_usbc_config.h"
+#include <stdbool.h>
+#include <stdint.h>
+
#include "cbi.h"
#include "common.h"
+#include "baseboard_usbc_config.h"
#include "extpower.h"
-#include <stdbool.h>
-#include <stdint.h>
-
/*
* Check battery disconnect state.
* This function will return if battery is initialized or not.