diff options
| author | Sebastian Reichel <[email protected]> | 2020-09-02 19:31:38 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-11-01 15:58:47 +0100 |
| commit | cfe894967718bc669574eaafcb5b38f313567fe0 (patch) | |
| tree | 85618d2ef3d6f3d0d7f77a921f405d8f5b926656 /drivers/bootcount/Makefile | |
| parent | 0cc2a07879d9c64d8579ea8f5300ada570bd4719 (diff) | |
bootcount: add a DM SPI flash backing store for bootcount
This driver allows to use SPI flash as backing store for
boot counter values with DM enabled.
Signed-off-by: Sebastian Reichel <[email protected]>
Diffstat (limited to 'drivers/bootcount/Makefile')
| -rw-r--r-- | drivers/bootcount/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bootcount/Makefile b/drivers/bootcount/Makefile index 059d40d16b0..51d860b00e1 100644 --- a/drivers/bootcount/Makefile +++ b/drivers/bootcount/Makefile @@ -12,3 +12,4 @@ obj-$(CONFIG_BOOTCOUNT_EXT) += bootcount_ext.o obj-$(CONFIG_DM_BOOTCOUNT) += bootcount-uclass.o obj-$(CONFIG_DM_BOOTCOUNT_RTC) += rtc.o obj-$(CONFIG_DM_BOOTCOUNT_I2C_EEPROM) += i2c-eeprom.o +obj-$(CONFIG_DM_BOOTCOUNT_SPI_FLASH) += spi-flash.o |
