Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11358
-gerrit
commit 173e0937ad7c86d2fe2a4d61f7291b12af0a69fc Author: Patrick Georgi patrick@georgi-clan.de Date: Wed Aug 26 10:40:00 2015 +0200
cbfstool: update help text
cbfstool create doesn't accept alignment configuration anymore.
Change-Id: Idbf7662c605aa78e3d3413a21bfcbc1387f28701 Signed-off-by: Patrick Georgi patrick@georgi-clan.de --- util/cbfstool/cbfstool.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c index 0481e7d..059acbf 100644 --- a/util/cbfstool/cbfstool.c +++ b/util/cbfstool/cbfstool.c @@ -883,8 +883,7 @@ static void usage(char *name) " [-H source header offset] " "Create a copy (duplicate) cbfs instance*\n" " create -m ARCH -s size [-b bootblock offset] \\n" - " [-o CBFS offset] [-H header offset] [-B bootblock] \\n" - " [-a align] " + " [-o CBFS offset] [-H header offset] [-B bootblock] " "Create a legacy ROM file with CBFS master header*\n" " create -M flashmap [-r list,of,regions,containing,cbfses] " "Create a new-style partitioned firmware image\n"