Searched refs:IMG_SIZE (Results 1 – 4 of 4) sorted by relevance
16 We also have to increase the IMG_SIZE as u-boot as grown larger than the24 Then, remember that you could decrease IMG_SIZE to boot faster.54 -#define IMG_SIZE 0x33900 /* Image Size in DataFlash */55 +#define IMG_SIZE 0x7BC00 /* Image Size in DataFlash */68 #define IMG_SIZE 0x40000 /* Image Size in NandFlash */84 -#define IMG_SIZE 0x33900 /* Image Size in DataFlash */85 +#define IMG_SIZE 0x7BC00 /* Image Size in DataFlash */98 #define IMG_SIZE 0x40000 /* Image Size in NandFlash */114 -#define IMG_SIZE 0x33900 /* Image Size in DataFlash */115 +#define IMG_SIZE 0x7BC00 /* Image Size in DataFlash */[all …]
16 #define IMG_SIZE (16*1024) macro68 count = (len < (IMG_SIZE - SPL_HEADER_SIZE)) in main()69 ? len : (IMG_SIZE - SPL_HEADER_SIZE); in main()83 for (i = 0; i < IMG_SIZE - SPL_HEADER_SIZE; i++) in main()
19 IMG_SIZE = 640 variable62 box_xy *= int(IMG_SIZE/grid_h)283 img = cv2.resize(img, (IMG_SIZE, IMG_SIZE))
135 - IMG_SIZE=$((BOOT_PART_START + BOOT_PART_SIZE + ROOT_PART_SIZE))136 + IMG_SIZE=$((ROOT_PART_START + ROOT_PART_SIZE))138 truncate -s "${IMG_SIZE}" "${IMG_FILE}"