From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A455C433EF for ; Mon, 13 Sep 2021 21:25:38 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9350760EE5 for ; Mon, 13 Sep 2021 21:25:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9350760EE5 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id F219083273; Mon, 13 Sep 2021 23:25:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id BA656835EA; Mon, 13 Sep 2021 23:25:11 +0200 (CEST) Received: from mail-qt1-f179.google.com (mail-qt1-f179.google.com [209.85.160.179]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 05D0383435 for ; Mon, 13 Sep 2021 23:25:08 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qt1-f179.google.com with SMTP id g11so9467463qtk.5 for ; Mon, 13 Sep 2021 14:25:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=RDmWHhtR45A+IHAzXsb1VMKoNi0D9GY8d1FtJxQFDbo=; b=2MGtrbUQkvEtf01NVbLA8dJ8/rmSwaGbc4g7YgnGi+OrbMHmisD7xDwFxSq1cAyFQI 0F0OKr98dvqNnhFi8BGnm0wZvELTZl0CeDD+CgBl8McxWPLy1bkx9CSHCGCYdy3jGnSk wUUT+LjLigm1HPTGqvd5gMrEoA5TUm2tzUkeuvWig/15vlEkBD87aQ2pNe0zT/k9mOiP 3sxga2kqGdQgquSOj3fHuCozMAIh0omTGnN5FDn3qrtLgbp6hb5c/UUd5o0zvTziHrLh 1mTOs3O9zTSvo79us6jliIgCEuxA+b5ANMWWE8WlQkeQdAnX5JIINBRFCjaGrcep9Gcr WDNw== X-Gm-Message-State: AOAM533J27lGMPliANfz82UetovuYQEats6M3pgvps+/jETj0cOqGtTV LaE8vddefFb3ot1RCO08CnGF/gzFPw== X-Google-Smtp-Source: ABdhPJyBvQxl7FlUlGg/I/kP+NSeP+t9yscbMGzawgDYeVKdXSl+nTGxgYawhMoFRRLlHhCrxk6w/A== X-Received: by 2002:ac8:59c3:: with SMTP id f3mr1569823qtf.310.1631568306119; Mon, 13 Sep 2021 14:25:06 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-0166-c2e8-bb10-efce.res6.spectrum.com. [2603:6081:7b01:cbda:166:c2e8:bb10:efce]) by smtp.gmail.com with ESMTPSA id 9sm4674237qtz.83.2021.09.13.14.25.04 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Sep 2021 14:25:04 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 2/5] Convert CONFIG_BAUDRATE to Kconfig Date: Mon, 13 Sep 2021 17:24:52 -0400 Message-Id: <20210913212455.29165-2-trini@konsulko.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210913212455.29165-1-trini@konsulko.com> References: <20210913212455.29165-1-trini@konsulko.com> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean This converts the following to Kconfig: CONFIG_BAUDRATE Signed-off-by: Tom Rini --- include/configs/cgtqmx8.h | 3 --- include/configs/synquacer.h | 1 - 2 files changed, 4 deletions(-) diff --git a/include/configs/cgtqmx8.h b/include/configs/cgtqmx8.h index 304c876e8b9b..4012814988d0 100644 --- a/include/configs/cgtqmx8.h +++ b/include/configs/cgtqmx8.h @@ -159,9 +159,6 @@ #define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */ #define PHYS_SDRAM_2_SIZE 0x100000000 /* 4 GB */ -/* Serial */ -#define CONFIG_BAUDRATE 115200 - /* Generic Timer Definitions */ #define COUNTER_FREQUENCY 8000000 /* 8MHz */ diff --git a/include/configs/synquacer.h b/include/configs/synquacer.h index 225d017d17da..04db908795c1 100644 --- a/include/configs/synquacer.h +++ b/include/configs/synquacer.h @@ -49,7 +49,6 @@ #define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + (512 * 1024)) #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_SIZE) -#define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600 } #define CONFIG_SYS_CBSIZE 1024 -- 2.17.1