diff options
Diffstat (limited to 'arch/arm/mach-bcm')
-rw-r--r-- | arch/arm/mach-bcm/board_bcm281xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm/board_bcm281xx.c b/arch/arm/mach-bcm/board_bcm281xx.c index 8d9f931164bb..dcfaf4ab25d6 100644 --- a/arch/arm/mach-bcm/board_bcm281xx.c +++ b/arch/arm/mach-bcm/board_bcm281xx.c | |||
@@ -67,7 +67,7 @@ static void __init board_init(void) | |||
67 | 67 | ||
68 | static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, }; | 68 | static const char * const bcm11351_dt_compat[] = { "brcm,bcm11351", NULL, }; |
69 | 69 | ||
70 | DT_MACHINE_START(BCM11351_DT, "Broadcom Application Processor") | 70 | DT_MACHINE_START(BCM11351_DT, "BCM281xx Broadcom Application Processor") |
71 | .init_time = clocksource_of_init, | 71 | .init_time = clocksource_of_init, |
72 | .init_machine = board_init, | 72 | .init_machine = board_init, |
73 | .restart = bcm_kona_restart, | 73 | .restart = bcm_kona_restart, |