From c0813e7eddc553c5f8348ed1e1e4c8b00db93857 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Sun, 30 Oct 2022 15:53:18 +1100 Subject: programmer: Drop dead fallback_map() boilerplate The fallback_{un}map() boilerplate code doesn't do anything, merely distracts away from otherwise linear control flow. Just drop it as anything in the future that could need such a thing is free to implement it when required. Change-Id: Ibb7760f807fae040416cef2797a7dbf6572f7df9 Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/68963 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- parallel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parallel.c') diff --git a/parallel.c b/parallel.c index e635088a..cea9e7a7 100644 --- a/parallel.c +++ b/parallel.c @@ -76,7 +76,7 @@ int register_par_master(const struct par_master *mst, } } - /* Bus masters supporting FWH/LPC cannot use fallback_map(), distinct + /* Bus masters supporting FWH/LPC cannot use chip physical maps, distinct * mappings are needed to support chips with FEATURE_REGISTERMAP */ if ((buses & (BUS_FWH | BUS_LPC)) && !mst->map_flash_region) { -- cgit v1.2.3