ARM: RPI-B kernel was broken by r294740. Make it functional again.

This commit is contained in:
Michal Meloun 2016-02-04 13:32:29 +00:00
parent 4d50647d52
commit f7e5efbbae

View File

@ -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);