mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	ARM: UniPhier: fix comments in PH1-Pro4 SBC code
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
		
							parent
							
								
									099cf77c15
								
							
						
					
					
						commit
						1a745d27bd
					
				@ -1,5 +1,5 @@
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (C) 2011-2014 Panasonic Corporation
 | 
			
		||||
 * Copyright (C) 2011-2015 Panasonic Corporation
 | 
			
		||||
 *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
 | 
			
		||||
 *
 | 
			
		||||
 * SPDX-License-Identifier:	GPL-2.0+
 | 
			
		||||
@ -35,8 +35,8 @@ void sbc_init(void)
 | 
			
		||||
		/*
 | 
			
		||||
		 * Boot Swap Off: boot from mask ROM
 | 
			
		||||
		 * 0x00000000-0x01ffffff: mask ROM
 | 
			
		||||
		 * 0x02000000-0x3effffff: memory bank (31MB)
 | 
			
		||||
		 * 0x03f00000-0x3fffffff: peripherals (1MB)
 | 
			
		||||
		 * 0x02000000-0x03efffff: memory bank (31MB)
 | 
			
		||||
		 * 0x03f00000-0x03ffffff: peripherals (1MB)
 | 
			
		||||
		 */
 | 
			
		||||
		writel(0x0000be01, SBBASE0); /* dummy */
 | 
			
		||||
		writel(0x0200be01, SBBASE1);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user