ARM: RPI-B kernel was broken by r294740. Make it functional again.
This commit is contained in:
parent
4d50647d52
commit
f7e5efbbae
@ -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 New Issue
Block a user