forked from mirrors/linux
		
	ARM: shmobile: Remove legacy board code for Armadillo-800 EVA
The Armadillo-800 EVA board is sufficiently supported by DT-based and board-less R-Mobile A1 (r8a7740) multiplatform kernels, and board staging code. Hence remove the legacy board code to reduce maintenance effort. Lacking areas are: - USB (it doesn't work in legacy, neither), - HDMI (it doesn't work in legacy, neither), - Camera (we don't care), - DMAC/IPMMU (no DT bindings are planned). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
		
							parent
							
								
									9a9863987b
								
							
						
					
					
						commit
						1fa59bda21
					
				
					 4 changed files with 0 additions and 1376 deletions
				
			
		|  | @ -124,15 +124,6 @@ config ARCH_R8A7779 | ||||||
| 
 | 
 | ||||||
| comment "Renesas ARM SoCs Board Type" | comment "Renesas ARM SoCs Board Type" | ||||||
| 
 | 
 | ||||||
| config MACH_ARMADILLO800EVA |  | ||||||
| 	bool "Armadillo-800 EVA board" |  | ||||||
| 	depends on ARCH_R8A7740 |  | ||||||
| 	select ARCH_REQUIRE_GPIOLIB |  | ||||||
| 	select REGULATOR_FIXED_VOLTAGE if REGULATOR |  | ||||||
| 	select SMSC_PHY if SH_ETH |  | ||||||
| 	select SND_SOC_WM8978 if SND_SIMPLE_CARD && I2C |  | ||||||
| 	select USE_OF |  | ||||||
| 
 |  | ||||||
| config MACH_BOCKW | config MACH_BOCKW | ||||||
| 	bool "BOCK-W platform" | 	bool "BOCK-W platform" | ||||||
| 	depends on ARCH_R8A7778 | 	depends on ARCH_R8A7778 | ||||||
|  |  | ||||||
|  | @ -56,7 +56,6 @@ else | ||||||
| obj-$(CONFIG_MACH_BOCKW)	+= board-bockw.o | obj-$(CONFIG_MACH_BOCKW)	+= board-bockw.o | ||||||
| obj-$(CONFIG_MACH_BOCKW_REFERENCE)	+= board-bockw-reference.o | obj-$(CONFIG_MACH_BOCKW_REFERENCE)	+= board-bockw-reference.o | ||||||
| obj-$(CONFIG_MACH_MARZEN)	+= board-marzen.o | obj-$(CONFIG_MACH_MARZEN)	+= board-marzen.o | ||||||
| obj-$(CONFIG_MACH_ARMADILLO800EVA)	+= board-armadillo800eva.o |  | ||||||
| endif | endif | ||||||
| 
 | 
 | ||||||
| # Framework support
 | # Framework support
 | ||||||
|  |  | ||||||
|  | @ -1,6 +1,5 @@ | ||||||
| # per-board load address for uImage | # per-board load address for uImage | ||||||
| loadaddr-y	:= | loadaddr-y	:= | ||||||
| loadaddr-$(CONFIG_MACH_ARMADILLO800EVA) += 0x40008000 |  | ||||||
| loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000 | loadaddr-$(CONFIG_MACH_BOCKW) += 0x60008000 | ||||||
| loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000 | loadaddr-$(CONFIG_MACH_BOCKW_REFERENCE) += 0x60008000 | ||||||
| loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000 | loadaddr-$(CONFIG_MACH_MARZEN) += 0x60008000 | ||||||
|  |  | ||||||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue
	
	 Geert Uytterhoeven
						Geert Uytterhoeven