summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSamuel Holland <[email protected]>2025-02-13 14:48:39 -0800
committerAnup Patel <[email protected]>2025-02-19 18:25:17 +0530
commita2c172f526b52eb428d9077fab8cd8690c7e2f19 (patch)
tree0b52a45b8d9f788a5814fd82d07ec565db440a5a /scripts
parentf95d1140f61d4afdd922379bff40edf8556c64e4 (diff)
lib: utils/fdt: Allocate fdt_pmu_evt_select on the heap
This reduces .bss size by 8 KiB, and should reduce overall memory usage since most platforms will have significantly fewer than 512 entries in this table. At the same time, it removes the fixed table size limit. Since the table is only used within fdt_pmu.c, instead of updating the extern declaration, make the table local to this file. Signed-off-by: Samuel Holland <[email protected]> Reviewed-by: Anup Patel <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions