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>
This commit is contained in:
Philip Oberfichtner 2022-09-19 10:11:00 +02:00 committed by Tom Rini
parent 36ecaa2ce8
commit bda5f3e7d6
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ config DM_BOOTCOUNT_PMIC_PFUZE100
depends on DM_PMIC_PFUZE100 depends on DM_PMIC_PFUZE100
help help
Enable support for the bootcounter using PMIC PFUZE100 registers. 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 config DM_BOOTCOUNT_SPI_FLASH
bool "Support SPI flash devices as a backing store for bootcount" bool "Support SPI flash devices as a backing store for bootcount"

View File

@ -5,7 +5,7 @@
* Philip Oberfichtner <pro@denx.de> * Philip Oberfichtner <pro@denx.de>
* *
* A bootcount driver using the registers MEMA - MEMD on the PFUZE100. * 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> #include <common.h>