From 2def0df217866d343020ea0f93e6bd122d53c72d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 7 Sep 2024 16:20:13 -0600 Subject: arm: Remove ethernut5 board As per the maintainers at egnite GmbH, they are no longer interested in supporting this board. Go and remove the platform here. Furthermore, this is the only AT91SAM9XE platform in-tree so remove supporting code for that as well. Acked-by: Nicolas Ferre Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- drivers/bootcount/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers') diff --git a/drivers/bootcount/Kconfig b/drivers/bootcount/Kconfig index 2105cea3d45..b6ab31a314a 100644 --- a/drivers/bootcount/Kconfig +++ b/drivers/bootcount/Kconfig @@ -13,7 +13,6 @@ if BOOTCOUNT_LIMIT choice prompt "Boot count device" default BOOTCOUNT_AM33XX if AM33XX || SOC_DA8XX - default BOOTCOUNT_AT91 if AT91SAM9XE default BOOTCOUNT_GENERIC config BOOTCOUNT_GENERIC -- cgit v1.3.1