mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 02:11:25 +01:00 
			
		
		
		
	mvebe: Drop ARCH_MISC_INIT from alleycat 5
In this platform, arch_misc_init doesn't perform any real function. The call to get_soc_type_rev has no lasting side effects. Cc: Chris Packham <chris.packham@alliedtelesis.co.nz> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
This commit is contained in:
		
							parent
							
								
									cfc4c0c2f3
								
							
						
					
					
						commit
						f47c765dbe
					
				@ -287,12 +287,3 @@ int mach_cpu_init(void)
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int arch_misc_init(void)
 | 
			
		||||
{
 | 
			
		||||
	u32 type, rev;
 | 
			
		||||
 | 
			
		||||
	get_soc_type_rev(&type, &rev);
 | 
			
		||||
 | 
			
		||||
	return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -22,7 +22,6 @@ CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y
 | 
			
		||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
 | 
			
		||||
CONFIG_DISPLAY_BOARDINFO_LATE=y
 | 
			
		||||
CONFIG_ARCH_EARLY_INIT_R=y
 | 
			
		||||
CONFIG_ARCH_MISC_INIT=y
 | 
			
		||||
CONFIG_CMD_BOOTZ=y
 | 
			
		||||
CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=10
 | 
			
		||||
CONFIG_CMD_MEMTEST=y
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user