1param_default(`SWARM_PCMCIA_FLASH_FILE',		`')
2dev(`SWARM PCMCIA Flash')
3dev_props(`dnl
4/sb1250gen/flash@2
5	reg		0x00000000 0x4000000
6	cs		6
7	type		flash
8	erase?		false
9	wp?		true
10')
11ifelse(SWARM_PCMCIA_FLASH_FILE, `', `', `dev_props(`dnl
12	file		SWARM_PCMCIA_FLASH_FILE`'
13')')
14
15