mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	Provide a description of the base command. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
		
			
				
	
	
		
			24 lines
		
	
	
		
			425 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			425 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. SPDX-License-Identifier: GPL-2.0+
 | |
| 
 | |
| base command
 | |
| ============
 | |
| 
 | |
| Synopsis
 | |
| --------
 | |
| 
 | |
| ::
 | |
| 
 | |
|     base [address]
 | |
| 
 | |
| Description
 | |
| -----------
 | |
| 
 | |
| The *base* command sets or displays the address offset used by the memory
 | |
| commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
 | |
| 
 | |
| All other commands ignore the address defined by *base*.
 | |
| 
 | |
| address
 | |
|     new base address as hexadecimal number. If no value is provided, the current
 | |
|     value is displayed.
 |