diff options
Diffstat (limited to 'src/usr/fapi2/plat_utils.C')
| -rw-r--r-- | src/usr/fapi2/plat_utils.C | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/fapi2/plat_utils.C b/src/usr/fapi2/plat_utils.C index 3433b088a..38df6a63d 100644 --- a/src/usr/fapi2/plat_utils.C +++ b/src/usr/fapi2/plat_utils.C @@ -554,6 +554,11 @@ void processEIBusCallouts(const ErrorInfo & i_errInfo, { l_busType = HWAS::X_BUS_TYPE; } + else if ((l_type1 == TARGETING::TYPE_OBUS) && + (l_type2 == TARGETING::TYPE_OBUS)) + { + l_busType = HWAS::O_BUS_TYPE; + } else { FAPI_ERR("processEIBusCallouts: Bus between target types not known (0x%08x:0x%08x)", |

