Commit 9e421a5f authored by Raptor Engineering Development Team's avatar Raptor Engineering Development Team
Browse files

Minor update to comment to clarify functional status.

4 merge requests!17Add optional DRAM-free mode,!16Add I2C debug commands to console,!13WIP: ci: Build and prepare the fpga with the bootrom.,!9Minor update to comment to clarify functional status.
Pipeline #191 passed with stage
in 19 seconds
......@@ -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