Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_FLASH_SIZE (Results 1 – 25 of 54) sorted by relevance

123

/external/u-boot/include/configs/
Dxtfpga.h197 # define CONFIG_SYS_FLASH_SIZE 0x0040000 /* 4MB */ macro
203 # define CONFIG_SYS_FLASH_SIZE 0x8000000 /* 128MB */ macro
209 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* 16MB */ macro
217 CONFIG_SYS_FLASH_SIZE/CONFIG_SYS_FLASH_SECT_SZ - 1)
Dblanche.h36 #define CONFIG_SYS_FLASH_SIZE 0x04000000 /* 64 MB */ macro
40 #define CONFIG_SYS_FLASH_BANKS_SIZES { (CONFIG_SYS_FLASH_SIZE) }
DM5475EVB.h198 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro
202 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
DM5485EVB.h186 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro
190 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
Dintegratorap.h33 #define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */ macro
Domap3_logic.h195 #define CONFIG_SYS_FLASH_SIZE 0x4000000 macro
Dgazerbeam.h47 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size is up to 8M */ macro
Ddra7xx_evm.h128 #define CONFIG_SYS_FLASH_SIZE (64 * 1024 * 1024) /* 64 MB */ macro
Dmicroblaze-generic.h63 # define CONFIG_SYS_FLASH_SIZE XILINX_FLASH_SIZE macro
Ddevkit3250.h78 #define CONFIG_SYS_FLASH_SIZE SZ_4M macro
Dbav335x.h471 #define CONFIG_SYS_FLASH_SIZE 0x01000000 macro
DM5249EVB.h105 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
DM5275EVB.h153 #define CONFIG_SYS_FLASH_SIZE 0x200000 macro
DM5282EVB.h146 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
DM5272C3.h139 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
DM5208EVBE.h132 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
DTQM834x.h41 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size in MB */ macro
DM53017EVB.h153 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
DM5235EVB.h143 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
DM5329EVB.h146 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
Dastro_mcf5373l.h264 #define CONFIG_SYS_FLASH_SIZE 0x2000000 macro
DM5373EVB.h146 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
DM5253DEMO.h158 # define CONFIG_SYS_FLASH_SIZE 0x800000 macro
/external/u-boot/arch/arm/mach-omap2/
Dmem-common.c124 size = (CONFIG_SYS_FLASH_SIZE > 0x08000000) ? GPMC_SIZE_256M : in set_gpmc_cs0()
125 ((CONFIG_SYS_FLASH_SIZE > 0x04000000) ? GPMC_SIZE_128M : in set_gpmc_cs0()
126 ((CONFIG_SYS_FLASH_SIZE > 0x02000000) ? GPMC_SIZE_64M : in set_gpmc_cs0()
127 ((CONFIG_SYS_FLASH_SIZE > 0x01000000) ? GPMC_SIZE_32M : in set_gpmc_cs0()
/external/u-boot/include/configs/km/
Dkm-mpc83xx.h57 #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */ macro

123