summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Oberfichtner <pro@denx.de>2022-09-19 11:11:00 +0300
committerTom Rini <trini@konsulko.com>2022-10-11 22:40:48 +0300
commitbda5f3e7d678ef34ca512cc5321b73e39320b147 (patch)
tree3324653d7a2117b58ca7b8077251052d347fa56d
parent36ecaa2ce84ec48ed7dc90723455ae4468df0423 (diff)
downloadu-boot-bda5f3e7d678ef34ca512cc5321b73e39320b147.tar.xz
bootcount: pmic: Correct misleading comment
Fix a copy-paste error I did when inserting the comment. Signed-off-by: Philip Oberfichtner <pro@denx.de> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
-rw-r--r--drivers/bootcount/Kconfig2
-rw-r--r--drivers/bootcount/pmic_pfuze100.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig
index e918f74694..8d6424c9da 100644
--- a/drivers/bootcount/Kconfig
+++ b/drivers/bootcount/Kconfig
@@ -132,7 +132,7 @@ config DM_BOOTCOUNT_PMIC_PFUZE100
depends on DM_PMIC_PFUZE100
help
Enable support for the bootcounter using PMIC PFUZE100 registers.
- This works only, if the PMIC is not connected.
+ This works only, if the PMIC is not connected to a battery.
config DM_BOOTCOUNT_SPI_FLASH
bool "Support SPI flash devices as a backing store for bootcount"
diff --git a/drivers/bootcount/pmic_pfuze100.c b/drivers/bootcount/pmic_pfuze100.c
index ad3bc03829..df046f1b0a 100644
--- a/drivers/bootcount/pmic_pfuze100.c
+++ b/drivers/bootcount/pmic_pfuze100.c
@@ -5,7 +5,7 @@
* Philip Oberfichtner <pro@denx.de>
*
* A bootcount driver using the registers MEMA - MEMD on the PFUZE100.
- * This works only, if the PMIC is not connected.
+ * This works only, if the PMIC is not connected to a battery.
*/
#include <common.h>