Minor update to comment to clarify functional status.

parent c80dcb39
......@@ -834,7 +834,7 @@ static void process_host_to_bmc_ipmi_bt_transactions(void)
case DCMI_CMD_GET_POWER_CAP:
{
/* Only a generic P9 profile with no power
* limits is support atm.*/
* limits is included at the moment.*/
uint32_t limit_index = PowerLimitDataGeneric;
memcpy(response.data, &board_power_limits[limit_index].packet, sizeof(board_power_limits[0].packet));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment