aboutsummaryrefslogtreecommitdiffstats
path: root/parallel.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2022-10-30 15:53:18 +1100
committerFelix Singer <felixsinger@posteo.net>2022-11-12 16:40:10 +0000
commitc0813e7eddc553c5f8348ed1e1e4c8b00db93857 (patch)
tree21b0719fef191c664a504bf7b837093d886dc5c0 /parallel.c
parent801e7c16742a29656ca5f7690a2486d5de49ab73 (diff)
downloadflashrom-c0813e7eddc553c5f8348ed1e1e4c8b00db93857.tar.gz
flashrom-c0813e7eddc553c5f8348ed1e1e4c8b00db93857.tar.bz2
flashrom-c0813e7eddc553c5f8348ed1e1e4c8b00db93857.zip
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 <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/68963 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'parallel.c')
-rw-r--r--parallel.c2
1 files changed, 1 insertions, 1 deletions
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) {