[Buildroot] [git commit] package/davinci-bootcount: add BR2_arm dependency

Yann E. MORIN yann.morin.1998 at free.fr
Sun Dec 12 15:07:43 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=042656017682f788644c46c0f7de23a832410eac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Like the other packages for AM335x platform.

Signed-off-by: Dario Binacchi <dariobin at libero.it>
Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/davinci-bootcount/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/davinci-bootcount/Config.in b/package/davinci-bootcount/Config.in
index 58f83bb98c..e34adde570 100644
--- a/package/davinci-bootcount/Config.in
+++ b/package/davinci-bootcount/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_DAVINCI_BOOTCOUNT
 	bool "davinci-bootcount"
+	depends on BR2_arm # only relevant for TI am335x
 	help
 	  U-Boot implements a boot count scheme that can be used to
 	  detect multiple failed attempts to boot Linux. On Davinci



More information about the buildroot mailing list