mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 18:53:24 +00:00 
			
		
		
		
	 4705b2e804
			
		
	
	
		4705b2e804
		
	
	
	
	
		
			
			This patch is V2 of the MMCIF romImage boot support for sh7724 and the Ecovec board. With this patch applied and CONFIG_ROMIMAGE_MMCIF selected the romImage kernel image can be written to a MMC card and booted directly by the sh7724 cpu. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifdef __ASSEMBLY__
 | |
| 
 | |
| /* do nothing here by default */
 | |
| 
 | |
| #else /* __ASSEMBLY__ */
 | |
| 
 | |
| extern inline void mmcif_update_progress(int nr)
 | |
| {
 | |
| }
 | |
| 
 | |
| #endif /* __ASSEMBLY__ */
 |