diff options
Diffstat (limited to 'src/usr/hwpf/plat/fapiPlatSystemConfig.C')
| -rw-r--r-- | src/usr/hwpf/plat/fapiPlatSystemConfig.C | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/hwpf/plat/fapiPlatSystemConfig.C b/src/usr/hwpf/plat/fapiPlatSystemConfig.C index a0eac794c..68a35b0e4 100644 --- a/src/usr/hwpf/plat/fapiPlatSystemConfig.C +++ b/src/usr/hwpf/plat/fapiPlatSystemConfig.C @@ -261,6 +261,11 @@ fapi::ReturnCode fapiGetChildChiplets( { l_type = TARGETING::TYPE_ABUS; } + else if (i_chipletType == fapi::TARGET_TYPE_L4) + { + l_type = TARGETING::TYPE_L4; + } + else { FAPI_ERR("fapiGetChildChiplets. Chiplet type 0x%08x not supported", |

