summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2020-12-11 21:56:47 +0300
committerTom Rini <trini@konsulko.com>2021-01-28 00:58:57 +0300
commit4d145f26dd06d9de0c2da3ff2c1f8be1ac9dbd2b (patch)
treed60bb651a866621ccf883e1d948e1dbe954c921a /drivers
parente9ebc17e59217eed457ae83b3c1eec0f7a86daa7 (diff)
downloadu-boot-4d145f26dd06d9de0c2da3ff2c1f8be1ac9dbd2b.tar.xz
bootcount: allow to use this feature on TPL
This commit add an option TPL_BOOTCOUNT_LIMIT to use bootcount on TPL. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index e371bc32bb..c562a719f7 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -69,6 +69,7 @@ endif
ifdef CONFIG_TPL_BUILD
+obj-$(CONFIG_TPL_BOOTCOUNT_LIMIT) += bootcount/
obj-$(CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT) += ddr/fsl/
endif