Revert "[WIP] console/Kconfig: Calculate COM port base addresses only on x86"
This reverts commit 2c8f3bd91b.
I mistakenly commited a WIP, sorry.
Change-Id: I3c66c688dbfd903ecf5303abcdf6b5ded84585c7
Reviewed-on: https://review.coreboot.org/17028
Tested-by: build bot (Jenkins)
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Martin Roth
					
				
			
			
				
	
			
			
			
						parent
						
							b05eee46c3
						
					
				
				
					commit
					96aff03dcd
				
			@@ -57,7 +57,6 @@ config UART_FOR_CONSOLE
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# FIXME: Early programming in romstage is incorrect as we should
 | 
					# FIXME: Early programming in romstage is incorrect as we should
 | 
				
			||||||
# program different LDN to actually change the physical port.
 | 
					# program different LDN to actually change the physical port.
 | 
				
			||||||
if ARCH_X86
 | 
					 | 
				
			||||||
config TTYS0_BASE
 | 
					config TTYS0_BASE
 | 
				
			||||||
	hex
 | 
						hex
 | 
				
			||||||
	depends on DRIVERS_UART
 | 
						depends on DRIVERS_UART
 | 
				
			||||||
@@ -76,7 +75,6 @@ comment "Serial port base address = 0x3e8"
 | 
				
			|||||||
depends on UART_FOR_CONSOLE = 2
 | 
					depends on UART_FOR_CONSOLE = 2
 | 
				
			||||||
comment "Serial port base address = 0x2e8"
 | 
					comment "Serial port base address = 0x2e8"
 | 
				
			||||||
depends on UART_FOR_CONSOLE = 3
 | 
					depends on UART_FOR_CONSOLE = 3
 | 
				
			||||||
endif # ARCH_X86
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
choice
 | 
					choice
 | 
				
			||||||
	prompt "Baud rate"
 | 
						prompt "Baud rate"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user