Searched refs:boot_size (Results 1 - 3 of 3) sorted by relevance

/openwrt/target/linux/mpc85xx/base-files/lib/upgrade/
H A Dplatform.sh51 local boot_size
53 boot_size=$(tplink_get_image_boot_size "$1")
54 [ "$boot_size" != "00000000" ] && {
/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Dplatform.sh435 local boot_size
437 boot_size=$(tplink_get_image_boot_size "$1")
438 [ "$boot_size" != "00000000" ] && {
/openwrt/tools/firmware-utils/src/
H A Dmkcsysimg.c113 uint32_t boot_size; member in struct:board_info
126 .boot_size = bs, .conf_size = cs, \
924 block->size = board->boot_size;
925 if (block->file_size > board->boot_size) {
930 offs += board->boot_size;

Completed in 33 milliseconds