Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: remove CONFIG_MEM_GENERIC_BOARD

MEM_GENERIC_BOARD depends on GENERIC_BOARD, but this flag was removed
in 4f25eb85d64640bc656e72917113a84701521b99, therefore all references
to it from the source can be removed.

Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

authored by

Christian Dietrich and committed by
Mike Frysinger
efbd24b5 f619ddd4

-23
-5
arch/blackfin/Kconfig
··· 331 331 depends on (BF531 || BF532 || BF533 || BF534 || BF536 || BF537) 332 332 default y 333 333 334 - config MEM_GENERIC_BOARD 335 - bool 336 - depends on GENERIC_BOARD 337 - default y 338 - 339 334 config MEM_MT48LC64M4A2FB_7E 340 335 bool 341 336 depends on (BFIN533_STAMP)
-18
arch/blackfin/include/asm/mem_init.h
··· 10 10 #if defined(CONFIG_MEM_MT48LC16M16A2TG_75) || \ 11 11 defined(CONFIG_MEM_MT48LC64M4A2FB_7E) || \ 12 12 defined(CONFIG_MEM_MT48LC16M8A2TG_75) || \ 13 - defined(CONFIG_MEM_GENERIC_BOARD) || \ 14 13 defined(CONFIG_MEM_MT48LC32M8A2_75) || \ 15 14 defined(CONFIG_MEM_MT48LC8M32B2B5_7) || \ 16 15 defined(CONFIG_MEM_MT48LC32M16A2TG_75) || \ ··· 177 178 178 179 #if defined(CONFIG_MEM_MT48LC32M8A2_75) || \ 179 180 defined(CONFIG_MEM_MT48LC64M4A2FB_7E) || \ 180 - defined(CONFIG_MEM_GENERIC_BOARD) || \ 181 181 defined(CONFIG_MEM_MT48LC32M16A2TG_75) || \ 182 182 defined(CONFIG_MEM_MT48LC16M16A2TG_75) || \ 183 183 defined(CONFIG_MEM_MT48LC32M8A2_75) ··· 244 246 #define DDR_tWTR DDR_TWTR(2) 245 247 #define DDR_tMRD DDR_TMRD(MIN_DDR_SCLK(10)) 246 248 #define DDR_tWR DDR_TWR(MIN_DDR_SCLK(15)) 247 - #endif 248 - 249 - #if defined(CONFIG_MEM_GENERIC_BOARD) 250 - #define DDR_SIZE DEVSZ_512 251 - #define DDR_WIDTH DEVWD_16 252 - #define DDR_MAX_tCK 13 253 - 254 - #define DDR_tRCD DDR_TRCD(3) 255 - #define DDR_tWTR DDR_TWTR(2) 256 - #define DDR_tWR DDR_TWR(2) 257 - #define DDR_tMRD DDR_TMRD(2) 258 - #define DDR_tRP DDR_TRP(3) 259 - #define DDR_tRAS DDR_TRAS(7) 260 - #define DDR_tRC DDR_TRC(10) 261 - #define DDR_tRFC DDR_TRFC(12) 262 - #define DDR_tREFI DDR_TREFI(1288) 263 249 #endif 264 250 265 251 #if (CONFIG_SCLK_HZ < DDR_CLK_HZ(DDR_MAX_tCK))