mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	board: lsxl: remove eraseenv script
This is not needed. The user can do a "env default -f -a". Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
		
							parent
							
								
									29c670b70f
								
							
						
					
					
						commit
						857065403a
					
				@ -62,9 +62,6 @@
 | 
			
		||||
		"&& bootz ${kernel_addr} "				\
 | 
			
		||||
			"${ramdisk_addr}:${ramdisk_len} ${fdt_addr}\0"	\
 | 
			
		||||
	"bootcmd_rescue=run config_nc_dhcp; run nc\0"			\
 | 
			
		||||
	"eraseenv=sf probe 0 "						\
 | 
			
		||||
		"&& sf erase " __stringify(CONFIG_ENV_OFFSET)		\
 | 
			
		||||
			" +" __stringify(CONFIG_ENV_SIZE) "\0"		\
 | 
			
		||||
	"config_nc_dhcp=setenv autoload_old ${autoload}; "		\
 | 
			
		||||
		"setenv autoload no "					\
 | 
			
		||||
		"&& bootp "						\
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user