linux_dsm_epyc7002/arch/arm/mach-bcm
H. Nikolaus Schaller 59034b9d6a ARM: bcm: Add missing sentinel to bcm2711_compat[]
commit 781fa0a954 ("ARM: bcm: Add support for BCM2711 SoC")

breaks boot of many other platforms (e.g. OMAP or i.MX6) if
CONFIG_ARCH_BCM2835 is enabled in addition to some multiplatform
config (e.g. omap2plus_defconfig). The symptom is that the OMAP
based board does not show any activity beyond "Starting Kernel ..."
even with earlycon.

Reverting the mentioned commit makes it work again.

The real fix is to add the missing NULL sentinel to the
bcm2711_compat[] variable-length array.

Fixes: 781fa0a954 ("ARM: bcm: Add support for BCM2711 SoC")
Acked-by: Stefan Wahren <wahrenst@gmx.net>
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2019-12-15 19:32:28 -08:00
..
bcm63xx_pmb.c
bcm63xx_smp.c ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
bcm63xx_smp.h
bcm63xx.c
bcm2711.c ARM: bcm: Add missing sentinel to bcm2711_compat[] 2019-12-15 19:32:28 -08:00
bcm_5301x.c
bcm_cygnus.c
bcm_hr2.c
bcm_kona_smc.c ARM: bcm: fix missing __iomem in bcm_kona_smc.c 2019-10-16 15:05:35 -07:00
bcm_kona_smc.h
bcm_nsp.c
board_bcm281xx.c
board_bcm2835.c
board_bcm21664.c
board_bcm23550.c
brcmstb.c
Kconfig ARM: bcm: Add support for BCM2711 SoC 2019-10-10 19:21:03 +02:00
kona_l2_cache.c
kona_l2_cache.h
Makefile ARM: bcm: Add support for BCM2711 SoC 2019-10-10 19:21:03 +02:00
platsmp-brcmstb.c
platsmp.c ARM: bcm: include local platsmp.h for bcm2836_smp_ops 2019-10-16 15:05:26 -07:00
platsmp.h