Home
last modified time | relevance | path

Searched refs:save_size (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dtftp.c797 printf("Save size: 0x%lx\n", save_size); in tftp_start()
798 net_boot_file_size = save_size; in tftp_start()
/rk3399_rockchip-uboot/include/
H A Dcommon.h258 extern ulong save_size; /* Default Save Size */
/rk3399_rockchip-uboot/cmd/
H A Dnet.c329 strict_strtoul(argv[2], 16, &save_size) < 0) { in netboot_common()
/rk3399_rockchip-uboot/common/
H A Dimage.c464 ulong save_size; /* Default Save Size (in bytes) */ variable