Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41832 )
Change subject: uti/cbfstool: Add option --pow2page ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/41832/1/util/cbfstool/cbfstool.c File util/cbfstool/cbfstool.c:
https://review.coreboot.org/c/coreboot/+/41832/1/util/cbfstool/cbfstool.c@17... PS1, Line 174: if (param.force_pow2_pagesize) {
Should we check if -P as provided and signal error that both -P and -Q were on the cmdline? Seems to […]
Combination of -P and -Q now sort of makes sense.
https://review.coreboot.org/c/coreboot/+/41832/1/util/cbfstool/cbfstool.c@14... PS1, Line 1418: ]
s/[ ]/ | /
Combination of -P and -Q now sort of makes sense.