]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootcount: pmic: Correct misleading comment
authorPhilip Oberfichtner <pro@denx.de>
Mon, 19 Sep 2022 08:11:00 +0000 (10:11 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 11 Oct 2022 19:40:48 +0000 (15:40 -0400)
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>
drivers/bootcount/Kconfig
drivers/bootcount/pmic_pfuze100.c

index e918f74694640678bf81bc1154be3f8c9891d789..8d6424c9da109c4bb695dfc13b79ecac53b4720b 100644 (file)
@@ -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"
index ad3bc03829d1bdb2f284847f21f5f930fec1c7c9..df046f1b0ab08a719102921b6bb4c66a956facc3 100644 (file)
@@ -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>