mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ARM: RPI-B kernel was broken by r294740. Make it functional again.
This commit is contained in:
parent
4d50647d52
commit
f7e5efbbae
1 changed files with 2 additions and 0 deletions
|
|
@ -845,8 +845,10 @@ dbg_arch_supported(void)
|
|||
{
|
||||
|
||||
switch (dbg_model) {
|
||||
#ifdef not_yet
|
||||
case ID_DFR0_CP_DEBUG_M_V6:
|
||||
case ID_DFR0_CP_DEBUG_M_V6_1:
|
||||
#endif
|
||||
case ID_DFR0_CP_DEBUG_M_V7:
|
||||
case ID_DFR0_CP_DEBUG_M_V7_1: /* fall through */
|
||||
return (TRUE);
|
||||
|
|
|
|||
Loading…
Reference in a new issue