diff options
author | Subrata Banik <subratabanik@google.com> | 2024-06-28 09:46:07 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-03 06:13:31 +0000 |
commit | ac9396153c3fb55f25e0e46c0a4fb486accd02ad (patch) | |
tree | a7969cabef7a0705dae7f5415017a183f0248d9f /src/soc/rockchip/rk3288/Kconfig | |
parent | 2cf0df37e7bf1e181cedcf785a07160462b1f66f (diff) |
soc/intel/cmn/cse: Make ME firmware version query function static
This change modifies the get_me_fw_version() function to be statically
scoped within src/soc/intel/common/block/cse/cse.c, as it is only used
by the print_me_fw_version() function in the same file.
The function declaration is also removed from intelblocks/cse.h.
The order of the function definitions in cse.c was also changed to be
more logical, with the now static helper function get_me_fw_version()
defined first, before it is used.
TEST=Able to build google/rex.
Change-Id: Idd3a6431cfa824227361c7ed4f0d5300f1d04846
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83257
Reviewed-by: Dinesh Gehlot <digehlot@google.com>
Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/rockchip/rk3288/Kconfig')
0 files changed, 0 insertions, 0 deletions