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

Unverified Commit 484418c6 authored by Michael Bestas's avatar Michael Bestas Committed by Michael Bestas
Browse files

mkbootimg: add 32K 64K and 128K pagesizes

Change-Id: I392fe860b51a8c022ffdace45b8eeb46618d6ec6
parent 07be3ec8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -148,7 +148,7 @@ def parse_cmdline():
    parser.add_argument('--board', help='board name', default='', action=ValidateStrLenAction,
    parser.add_argument('--board', help='board name', default='', action=ValidateStrLenAction,
                        maxlen=16)
                        maxlen=16)
    parser.add_argument('--pagesize', help='page size', type=parse_int,
    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',
    parser.add_argument('--id', help='print the image ID on standard output',
                        action='store_true')
                        action='store_true')
    parser.add_argument('--dt', help='path to the device tree image', type=FileType('rb'))
    parser.add_argument('--dt', help='path to the device tree image', type=FileType('rb'))