Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8e3c9a3 authored by Michael Bestas's avatar Michael Bestas Committed by Bruno Martins
Browse files

mkbootimg: add 32K 64K and 128K pagesizes

Change-Id: I392fe860b51a8c022ffdace45b8eeb46618d6ec6
parent e0c0b871
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ def parse_cmdline():
    parser.add_argument('--board', help='board name', default='', action=ValidateStrLenAction,
                        maxlen=16)
    parser.add_argument('--pagesize', help='page size', type=parse_int,
                        choices=[2**i for i in range(11,15)], default=2048)
                        choices=[2**i for i in range(11,18)], default=2048)
    parser.add_argument('--id', help='print the image ID on standard output',
                        action='store_true')
    parser.add_argument('--header_version', help='boot image header version', type=parse_int, default=0)