Re: [PATCH] remove Broadcom Northstar 2 Target entry

2024-03-04 Thread Tom Rini
On Sun, Feb 18, 2024 at 11:16:20AM +, Peter Robinson wrote:

> The Broadcom Northstar 2 support was removed when the
> bcm958712k board was removed but the target entry was
> missed so clean that up as well.
> 
> Fixes: d59bc09d829 ("arm: Remove bcm958712k board")
> Signed-off-by: Peter Robinson 
> Reviewed-by: Heinrich Schuchardt 

Applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH] remove Broadcom Northstar 2 Target entry

2024-02-18 Thread Heinrich Schuchardt

On 2/18/24 12:16 PM, Peter Robinson wrote:

The Broadcom Northstar 2 support was removed when the
bcm958712k board was removed but the target entry was
missed so clean that up as well.

Fixes: d59bc09d829 ("arm: Remove bcm958712k board")
Signed-off-by: Peter Robinson 


Reviewed-by: Heinrich Schuchardt 


---
  arch/arm/Kconfig | 9 -
  1 file changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6b072be2463..9367287327d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -699,15 +699,6 @@ config TARGET_BCMNS
  ARMv7 Cortex-A9 SoC family including BCM4708, BCM47094,
  BCM5301x etc.

-config TARGET_BCMNS2
-   bool "Support Broadcom Northstar2"
-   select ARM64
-   select GPIO_EXTRA_HEADER
-   help
- Support for Broadcom Northstar 2 SoCs.  NS2 is a quad-core 64-bit
- ARMv8 Cortex-A57 processors targeting a broad range of networking
- applications.
-
  config TARGET_BCMNS3
bool "Support Broadcom NS3"
select ARM64




[PATCH] remove Broadcom Northstar 2 Target entry

2024-02-18 Thread Peter Robinson
The Broadcom Northstar 2 support was removed when the
bcm958712k board was removed but the target entry was
missed so clean that up as well.

Fixes: d59bc09d829 ("arm: Remove bcm958712k board")
Signed-off-by: Peter Robinson 
---
 arch/arm/Kconfig | 9 -
 1 file changed, 9 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 6b072be2463..9367287327d 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -699,15 +699,6 @@ config TARGET_BCMNS
  ARMv7 Cortex-A9 SoC family including BCM4708, BCM47094,
  BCM5301x etc.
 
-config TARGET_BCMNS2
-   bool "Support Broadcom Northstar2"
-   select ARM64
-   select GPIO_EXTRA_HEADER
-   help
- Support for Broadcom Northstar 2 SoCs.  NS2 is a quad-core 64-bit
- ARMv8 Cortex-A57 processors targeting a broad range of networking
- applications.
-
 config TARGET_BCMNS3
bool "Support Broadcom NS3"
select ARM64
-- 
2.43.1