Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/include/configs/
H A Dxtfpga.h211 # define CONFIG_SYS_FLASH_SIZE 0x0040000 /* 4MB */ macro
217 # define CONFIG_SYS_FLASH_SIZE 0x8000000 /* 128MB */ macro
223 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* 16MB */ macro
231 CONFIG_SYS_FLASH_SIZE/CONFIG_SYS_FLASH_SECT_SZ - 1)
238 #define CONFIG_ENV_OFFSET (CONFIG_SYS_FLASH_SIZE - CONFIG_SYS_FLASH_SECT_SZ)
H A Dblanche.h53 #define CONFIG_SYS_FLASH_SIZE 0x04000000 /* 64 MB */ macro
57 #define CONFIG_SYS_FLASH_BANKS_SIZES { (CONFIG_SYS_FLASH_SIZE) }
H A Dintegratorap.h37 #define CONFIG_SYS_FLASH_SIZE 0x02000000 /* 32 MiB */ macro
H A Dvme8349.h106 #define CONFIG_SYS_FLASH_SIZE 4 /* flash size in MB */ macro
112 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
126 #define CONFIG_SYS_FLASH_SIZE 128 /* flash size in MB */ macro
132 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
H A DM5485EVB.h193 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro
197 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
H A DM5475EVB.h205 # define CONFIG_SYS_FLASH_SIZE ((CONFIG_SYS_NOR1SZ + CONFIG_SYS_BOOTSZ) << 20) macro
209 # define CONFIG_SYS_FLASH_SIZE (CONFIG_SYS_BOOTSZ << 20) macro
H A Ddevkit3250.h84 #define CONFIG_SYS_FLASH_SIZE SZ_4M macro
H A DM5249EVB.h119 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
H A Dmpc8308_p1m.h228 #define CONFIG_SYS_FLASH_SIZE 64 /* FLASH size is 64M */ macro
239 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
H A DMPC8308RDB.h225 #define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size is 8M */ macro
236 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
H A Ddra7xx_evm.h204 #define CONFIG_SYS_FLASH_SIZE (64 * 1024 * 1024) /* 64 MB */ macro
H A DM5253EVBE.h133 #define CONFIG_SYS_FLASH_SIZE 0x200000 macro
H A Dve8313.h125 #define CONFIG_SYS_FLASH_SIZE 32 /* size in MB */ macro
133 #define CONFIG_SYS_NOR_OR_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
H A Dids8313.h179 #define CONFIG_SYS_FLASH_SIZE 8 macro
190 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) |\
H A DMPC8323ERDB.h180 #define CONFIG_SYS_FLASH_SIZE 16 /* FLASH size is 16M */ macro
191 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) \
H A Dbav335x.h528 #define CONFIG_SYS_FLASH_SIZE 0x01000000 macro
H A DM5208EVBE.h137 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
H A DM5275EVB.h170 #define CONFIG_SYS_FLASH_SIZE 0x200000 macro
H A DM5282EVB.h157 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
H A DM5272C3.h155 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
H A DM5329EVB.h151 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
H A DM53017EVB.h159 # define CONFIG_SYS_FLASH_SIZE 0x1000000 /* Max size that the board might have */ macro
H A DM5235EVB.h151 # define CONFIG_SYS_FLASH_SIZE 0x800000 /* Max size that the board might have */ macro
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dmem-common.c125 size = (CONFIG_SYS_FLASH_SIZE > 0x08000000) ? GPMC_SIZE_256M : in set_gpmc_cs0()
126 ((CONFIG_SYS_FLASH_SIZE > 0x04000000) ? GPMC_SIZE_128M : in set_gpmc_cs0()
127 ((CONFIG_SYS_FLASH_SIZE > 0x02000000) ? GPMC_SIZE_64M : in set_gpmc_cs0()
128 ((CONFIG_SYS_FLASH_SIZE > 0x01000000) ? GPMC_SIZE_32M : in set_gpmc_cs0()
/rk3399_rockchip-uboot/include/configs/km/
H A Dkm83xx-common.h104 #define CONFIG_SYS_FLASH_SIZE 256 /* max FLASH size is 256M */ macro
116 #define CONFIG_SYS_OR0_PRELIM (MEG_TO_AM(CONFIG_SYS_FLASH_SIZE) | \

12