![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 // Copyright (C) 2014 Broadcom Corporation 0003 0004 #include <asm/mach/arch.h> 0005 0006 #include "kona_l2_cache.h" 0007 0008 static void __init bcm21664_init(void) 0009 { 0010 kona_l2_cache_init(); 0011 } 0012 0013 static const char * const bcm21664_dt_compat[] = { 0014 "brcm,bcm21664", 0015 NULL, 0016 }; 0017 0018 DT_MACHINE_START(BCM21664_DT, "BCM21664 Broadcom Application Processor") 0019 .init_machine = bcm21664_init, 0020 .dt_compat = bcm21664_dt_compat, 0021 MACHINE_END
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |