arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858
authorWilliam Zhang <william.zhang@broadcom.com>
Mon, 22 Aug 2022 18:39:44 +0000 (11:39 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:55:58 +0000 (08:55 -0400)
commit872308c6b1a3d980fea5d514913a3224712299e0
tree6b839f9da4973f10088dc2379d52e18b58dcfb79
parentb0e2b6abac0fe1f497a2ba9c24f8376a57700547
arm: bcmbca: remove bcm6858 support under CONFIG_ARCH_BCM6858

Now that BCM6858 is supported under CONFIG_ARCH_BCMBCA and
CONFIG_BCM6858, remove the original ARCH_BCM6858 support and migrate its
configuration and dts settings. This includes:
- Remove the bcm968580xref board folder. It is replaced by the generic
bcmbca board folder.
- Update bcm968580xref board dts with the new compatible string.
- Delete broadcom_bcm968580xref.h and merge its setting to the new
bcm96858.h file.
- Remove bcm968580xref_ram_defconfig as a basic config version of
bcm96858_defconfig is now added.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Philippe Reynes <philippe.reynes@softathome.com>
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/bcm968580xref.dts
board/broadcom/bcm968580xref/Kconfig [deleted file]
board/broadcom/bcm968580xref/MAINTAINERS [deleted file]
board/broadcom/bcm968580xref/Makefile [deleted file]
board/broadcom/bcm968580xref/bcm968580xref.c [deleted file]
configs/bcm968580xref_ram_defconfig [deleted file]
include/configs/bcm96858.h
include/configs/broadcom_bcm968580xref.h [deleted file]