mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-30 18:05:48 +01:00 
			
		
		
		
	Move arch/arm/include/asm/arch-armada-xp/*
     -> arch/arm/mach-mvebu/include/mach/*
Additionally the SYS_SOC is renamed from "armada-xp" to "mvebu". With this
change all these files can better be shared with other, newer Mavell
MVEBU SoC's. Like the upcoming Armada 38x support.
Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			135 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			135 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| if TARGET_MAXBCM
 | |
| 
 | |
| config SYS_BOARD
 | |
| 	default "maxbcm"
 | |
| 
 | |
| config SYS_SOC
 | |
| 	default "mvebu"
 | |
| 
 | |
| config SYS_CONFIG_NAME
 | |
| 	default "maxbcm"
 | |
| 
 | |
| endif
 |