ARM: zynq: Do not enable NETBSD support by default
This option is disable in Xilinx tree for quite a long time that's why let's disable it in mainline. If there is anybody who requires this options then it should be moved to Kconfig first and should be removed from this config. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
		
							parent
							
								
									23decf013b
								
							
						
					
					
						commit
						d6f48ea5ce
					
				| 
						 | 
					@ -274,6 +274,8 @@
 | 
				
			||||||
/* Boot FreeBSD/vxWorks from an ELF image */
 | 
					/* Boot FreeBSD/vxWorks from an ELF image */
 | 
				
			||||||
#define CONFIG_SYS_MMC_MAX_DEVICE	1
 | 
					#define CONFIG_SYS_MMC_MAX_DEVICE	1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#undef CONFIG_BOOTM_NETBSD
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* MMC support */
 | 
					/* MMC support */
 | 
				
			||||||
#ifdef CONFIG_MMC_SDHCI_ZYNQ
 | 
					#ifdef CONFIG_MMC_SDHCI_ZYNQ
 | 
				
			||||||
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION     1
 | 
					#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION     1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue