| commit | 74c57ce769eb82d57c292ba10220c8340ac94d85 | [log] [tgz] |
|---|---|---|
| author | Tim Lin <tim2.lin@ite.corp-partner.google.com> | Fri Oct 03 23:28:55 2025 +0800 |
| committer | Benjamin Cabé <kartben@gmail.com> | Mon Oct 13 08:56:54 2025 +0200 |
| tree | fd16867114e621bfe48bcc63ddd80c20b01681b1 | |
| parent | 7ff2be07f2091b971873776d2833902d39948411 [diff] |
soc: it8xxx2/linker: Make h2ram_pool behind the CONFIG_ESPI_IT8XXX2 option The .h2ram_pool linker section was previously always included, even on platforms that do not enable eSPI. This caused unnecessary memory reservation in the RAMABLE_REGION for non-eSPI configurations. Add a CONFIG_ESPI_IT8XXX2 guard around the .h2ram_pool section definition so that it is only included when eSPI support is enabled. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>