apalis/colibri imx6: provide proper fdtfile value
Provide proper fdtfile env variable value before invoking distro_bootcmd command. Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
This commit is contained in:
		
							parent
							
								
									a443c8212c
								
							
						
					
					
						commit
						85cb2bc686
					
				| 
						 | 
				
			
			@ -186,7 +186,7 @@
 | 
			
		|||
#define CONFIG_EXTRA_ENV_SETTINGS \
 | 
			
		||||
	BOOTENV \
 | 
			
		||||
	"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
 | 
			
		||||
		"run distro_bootcmd ; " \
 | 
			
		||||
		"setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
 | 
			
		||||
		"usb start ; " \
 | 
			
		||||
		"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
 | 
			
		||||
	"boot_file=zImage\0" \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -190,7 +190,7 @@
 | 
			
		|||
#define CONFIG_EXTRA_ENV_SETTINGS \
 | 
			
		||||
	BOOTENV \
 | 
			
		||||
	"bootcmd=run emmcboot ; echo ; echo emmcboot failed ; " \
 | 
			
		||||
		"run distro_bootcmd ; " \
 | 
			
		||||
		"setenv fdtfile ${fdt_file}; run distro_bootcmd ; " \
 | 
			
		||||
		"usb start ; " \
 | 
			
		||||
		"setenv stdout serial,vga ; setenv stdin serial,usbkbd\0" \
 | 
			
		||||
	"boot_file=zImage\0" \
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue