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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 36ED3C433EF for ; Sun, 29 May 2022 16:57:01 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 112478439D; Sun, 29 May 2022 18:56:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (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 84AD08437A; Sun, 29 May 2022 18:55:42 +0200 (CEST) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) (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 4FC4B84280 for ; Sun, 29 May 2022 18:55:34 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=tom.rini@gmail.com Received: by mail-qk1-f177.google.com with SMTP id 135so9172802qkm.4 for ; Sun, 29 May 2022 09:55:34 -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:mime-version:content-transfer-encoding; bh=yu0c7Mlr0P0SPgu2KsOzxasGSy6lGkBrctLtIBTH3n0=; b=Ta4ffY57f0I8lKlY/aERl+YiJDHVpF8PDKCUYAq04wZB/zqc2SF+EHan5H6v5HgdQF kK8WGJsjhQp6u3crOnUU4FqFHgi+Z9ftcpLP/pWDOAANLpLwxwKCIl7M+eHxPgQxzuFe DStyor0hQ5TV6AGUzsO1WaZcHhNSpVZ3PTQsr1Oj7MtjXm+WcByL7nbt7oRq6AssOvcC miCa2NqNKG7dYlUZagZCHXFWK8RLfmKc5FLTj6bB9k1txglgVvEFsqDE+7+rTVZ21sYN VPUjRNUkGKHRqUtW47RxuNCnkPAGCys/4avl86VnoDhBPltqAxR1BAFih3jV5fymNuo7 i08w== X-Gm-Message-State: AOAM532waKmYYEbfxkGUrYAkgwjYTLlbuplN73sitaN36Z8xwt141SVx OKD9k+KJcpL28yJLmM0eSUVYnJVz7w== X-Google-Smtp-Source: ABdhPJysAQ81Wa32v0JRiyGMH6jOMKSjFz4GljX8c+VKtT1l4M96JXhsqXdJvPq67Tvs3aeeckGVzQ== X-Received: by 2002:a05:620a:a4b:b0:6a5:bc8e:221 with SMTP id j11-20020a05620a0a4b00b006a5bc8e0221mr11745678qka.677.1653843332957; Sun, 29 May 2022 09:55:32 -0700 (PDT) Received: from localhost.localdomain (2603-6081-7b00-25fd-0000-0000-0000-1003.res6.spectrum.com. [2603:6081:7b00:25fd::1003]) by smtp.gmail.com with ESMTPSA id o15-20020ac841cf000000b002f90517bc25sm6130409qtm.41.2022.05.29.09.55.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 May 2022 09:55:32 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 09/20] etamin: Remove CONFIG_SPL_CMT defines Date: Sun, 29 May 2022 12:55:10 -0400 Message-Id: <20220529165521.912054-9-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220529165521.912054-1-trini@konsulko.com> References: <20220529165521.912054-1-trini@konsulko.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean These are presumably private to non-upstream code, remove. Signed-off-by: Tom Rini --- include/configs/etamin.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/configs/etamin.h b/include/configs/etamin.h index 9cf93924df93..383beee17aec 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -77,12 +77,6 @@ #define CONFIG_FACTORYSET -/* use both define to compile a SPL compliance test */ -/* -#define CONFIG_SPL_CMT -#define CONFIG_SPL_CMT_DEBUG -*/ - /* nedded by compliance test in read mode */ /* Define own nand partitions */ -- 2.25.1