From b29078e4015bbc3e8cf00ba64f0799c087546563 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Fri, 12 May 2017 21:16:41 +0200 Subject: mb/*/*: Remove rtc nvram configurable baud rate There have been discussions about removing this since it does not seem to be used much and only creates troubles for boards without defaults, not to mention that it was configurable on many boards that do not even feature uart. It is still possible to configure the baudrate through the Kconfig option. Change-Id: I71698d9b188eeac73670b18b757dff5fcea0df41 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/19682 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/mainboard/pcengines/apu1/cmos.layout | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/mainboard/pcengines/apu1/cmos.layout') diff --git a/src/mainboard/pcengines/apu1/cmos.layout b/src/mainboard/pcengines/apu1/cmos.layout index 1c560ebe77..f2c551f4bf 100644 --- a/src/mainboard/pcengines/apu1/cmos.layout +++ b/src/mainboard/pcengines/apu1/cmos.layout @@ -6,10 +6,9 @@ entries # leave 3 bits to make checksummed area start byte-aligned 392 1 e 2 boot_option 393 1 e 1 multi_core -394 3 e 3 baud_rate -#397 3 unused +#394 6 unused 400 4 e 4 debug_level -# leave 4 bits to make checksummed area end byte-aligned +# leave 7 bits to make checksummed area end byte-aligned 408 16 h 0 check_sum enumerations @@ -21,15 +20,6 @@ enumerations ## for boot_option 2 0 Fallback 2 1 Normal -## for baud_rate -3 0 115200 -3 1 57600 -3 2 38400 -3 3 19200 -3 4 9600 -3 5 4800 -3 6 2400 -3 7 1200 ## for debug_level 4 0 Emerg 4 1 Alert -- cgit v1.2.3