| 320 | } |
| 321 | |
| 322 | static void fmap_setup_cbmem_cache(int unused) |
| 323 | { |
| 324 | if (ENV_CREATES_CBMEM) |
| 325 | fmap_add_cbmem_cache(); |
| 326 | |
| 327 | /* Finally advertise the cache for the current stage */ |
| 328 | fmap_register_cbmem_cache(); |
| 329 | } |
| 330 | |
| 331 | CBMEM_READY_HOOK(fmap_setup_cbmem_cache); |
nothing calls this directly
no test coverage detected