Searched refs:FAT32_BLOCK_SIZE (Results 1 - 5 of 5) sorted by relevance

/openwrt/target/linux/brcm2708/image/
H A DMakefile11 FAT32_BLOCK_SIZE=1024 macro
12 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_BRCM2708_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
/openwrt/target/linux/mxs/image/
H A DMakefile15 FAT32_BLOCK_SIZE=1024 macro
16 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_TARGET_BOOTFS_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
/openwrt/target/linux/socfpga/image/
H A DMakefile10 FAT32_BLOCK_SIZE=1024 macro
11 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_SOCFPGA_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
/openwrt/target/linux/sunxi/image/
H A DMakefile11 FAT32_BLOCK_SIZE=1024 macro
12 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_SUNXI_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))
/openwrt/target/linux/zynq/image/
H A DMakefile11 FAT32_BLOCK_SIZE=1024 macro
12 FAT32_BLOCKS=$(shell echo $$(($(CONFIG_ZYNQ_SD_BOOT_PARTSIZE)*1024*1024/$(FAT32_BLOCK_SIZE))))

Completed in 43 milliseconds