diff options
| author | Tom Rini <[email protected]> | 2024-09-07 16:20:13 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-09-10 13:12:32 -0600 |
| commit | 2def0df217866d343020ea0f93e6bd122d53c72d (patch) | |
| tree | 675da3f991b959cf363dcad60f2409440f71cf6f /drivers/bootcount | |
| parent | 278e9ac8aa7c65e3709483cab5bf4231daea1295 (diff) | |
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/bootcount')
| -rw-r--r-- | drivers/bootcount/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
