powerpc: mpc85xx: Fix check for CONFIG_SDCARD
Commitd433c74eec("Convert CONFIG_SDCARD et al to Kconfig") converted SYS_EXTRA_OPTIONS=SDCARD or SPIFLASH to config options CONFIG_SDCARD and CONFIG_SPIFLASH, but left one occurance unchanged. Fix this. Fixes:d433c74eec("Convert CONFIG_SDCARD et al to Kconfig") Signed-off-by: Marek Behún <kabel@kernel.org> Reviewed-by: Pali Rohár <pali@kernel.org>
This commit is contained in:
		
							parent
							
								
									e507be9ac6
								
							
						
					
					
						commit
						1e1d12adbc
					
				| 
						 | 
					@ -15,7 +15,7 @@ config CMD_ERRATA
 | 
				
			||||||
config FSL_PREPBL_ESDHC_BOOT_SECTOR
 | 
					config FSL_PREPBL_ESDHC_BOOT_SECTOR
 | 
				
			||||||
	bool "Generate QorIQ pre-PBL eSDHC boot sector"
 | 
						bool "Generate QorIQ pre-PBL eSDHC boot sector"
 | 
				
			||||||
	depends on MPC85xx
 | 
						depends on MPC85xx
 | 
				
			||||||
	depends on SYS_EXTRA_OPTIONS = SDCARD
 | 
						depends on SDCARD
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
	  With this option final image would have prepended QorIQ pre-PBL eSDHC
 | 
						  With this option final image would have prepended QorIQ pre-PBL eSDHC
 | 
				
			||||||
	  boot sector suitable for SD card images. This boot sector instruct
 | 
						  boot sector suitable for SD card images. This boot sector instruct
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue