mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	sh: Add support command of ide with sh
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
		
							parent
							
								
									d91ea45d15
								
							
						
					
					
						commit
						eda3e1e661
					
				@ -892,7 +892,7 @@ input_swap_data(int dev, ulong *sect_buf, int words)
 | 
			
		||||
#endif	/* __LITTLE_ENDIAN || CONFIG_AU1X00 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA)
 | 
			
		||||
#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)
 | 
			
		||||
static void
 | 
			
		||||
output_data(int dev, ulong *sect_buf, int words)
 | 
			
		||||
{
 | 
			
		||||
@ -944,7 +944,7 @@ output_data(int dev, ulong *sect_buf, int words)
 | 
			
		||||
}
 | 
			
		||||
#endif	/* __PPC__ */
 | 
			
		||||
 | 
			
		||||
#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA)
 | 
			
		||||
#if defined(__PPC__) || defined(CONFIG_PXA_PCMCIA) || defined(CONFIG_SH)
 | 
			
		||||
static void
 | 
			
		||||
input_data(int dev, ulong *sect_buf, int words)
 | 
			
		||||
{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user