mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	If CONFIG_SYS_SKIP_UART_INIT is enabled, calculate the current baud rate and update the "console" environment variable. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com>
		
			
				
	
	
		
			2 lines
		
	
	
		
			43 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			43 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| obj-$(CONFIG_SYS_SKIP_UART_INIT)	+= uart.o
 |