mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	ARM: uniphier: do not erase when updating U-Boot image in eMMC device
Unlike NAND, eMMC can be re-written without erasing. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
		
							parent
							
								
									4565a74d56
								
							
						
					
					
						commit
						f7e9402b54
					
				@ -245,7 +245,6 @@
 | 
			
		||||
		"tftpboot $tmp_addr u-boot.bin\0"		\
 | 
			
		||||
	"emmcupdate=mmcsetn &&"					\
 | 
			
		||||
		"mmc partconf $mmc_first_dev 0 1 1 &&"		\
 | 
			
		||||
		"mmc erase 0 800 &&"				\
 | 
			
		||||
		"tftpboot u-boot-spl.bin &&"			\
 | 
			
		||||
		"mmc write $loadaddr 0 80 &&"			\
 | 
			
		||||
		"tftpboot u-boot.bin &&"			\
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user