Lines Matching +full:boot +full:- +full:blks
1 // SPDX-License-Identifier: GPL-2.0
8 * The Right Thing on an LE machine. It's non-obvious, but it should
26 * bytes allocated after the _start label used by the boot rom (see
32 uint32_t bb_num_512blocks; /* Size, rounded-up, in 512 byte blks */
51 fprintf(stderr, "usage: %s <zImage-file> <boot-image> <load address> <entry point>\n",argv[0]); in main()
77 /* To be neat and tidy :-). in main()
115 nblks -= (64 * 1024) / IMGBLK; in main()
120 perror("boot-image write"); in main()
124 while (nblks-- > 0) { in main()
133 perror("boot-image write"); in main()
146 perror("boot-image rewrite"); in main()