commit | 8d82a20c6dba2f39e9071ce5ef8bb19d5eaa938e | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Fri Dec 11 19:56:47 2020 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 27 16:58:57 2021 -0500 |
tree | d60bb651a866621ccf883e1d948e1dbe954c921a | |
parent | 52c48da4f57b89018f6f8793374729d4955fbb18 [diff] [blame] |
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>
diff --git a/drivers/Makefile b/drivers/Makefile index e371bc3..c562a71 100644 --- a/drivers/Makefile +++ b/drivers/Makefile
@@ -69,6 +69,7 @@ ifdef CONFIG_TPL_BUILD +obj-$(CONFIG_TPL_BOOTCOUNT_LIMIT) += bootcount/ obj-$(CONFIG_TPL_MPC8XXX_INIT_DDR_SUPPORT) += ddr/fsl/ endif