commit | 18423dec9f377e4af21148d3918b55218aeed00f | [log] [tgz] |
---|---|---|
author | Tom Chang <CHChang19@nuvoton.com> | Wed Sep 24 09:35:31 2025 +0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Oct 09 22:55:48 2025 +0300 |
tree | 578036c8fb5b9b1762aed7c9f06540f3033b21a3 | |
parent | 5549f5e93f22bbc040b1bf382a1ce37c26343621 [diff] |
drivers: espi: npcx: update OOB maximum payload size This commit updates the OOB payload size. The maximum payload size in the OOB chapter represents the protocol payload embedded whithin the packet. The total size should also include the header length, so the header length needs to be added when checking the overall size. Signed-off-by: Tom Chang <CHChang19@nuvoton.com>