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 6508FC433F5 for ; Wed, 30 Mar 2022 22:13:08 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5DD91841F5; Thu, 31 Mar 2022 00:09:41 +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 ED61984181; Thu, 31 Mar 2022 00:08:15 +0200 (CEST) Received: from mail-qt1-f173.google.com (mail-qt1-f173.google.com [209.85.160.173]) (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 C2AE184192 for ; Thu, 31 Mar 2022 00:07:55 +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-qt1-f173.google.com with SMTP id v2so19634152qtc.5 for ; Wed, 30 Mar 2022 15:07:55 -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=Cy0HWQNNuWjSGQUuOiCMoZCwb26GkQsVYj73qvsaPdc=; b=GIruGVPmWK73Bet8sRWoIjJNeBCUXySOsINM+cp4Y8txhg18Uth6tP3r7QmZGngSEq rbPTZnbWSTmvG/7ZgmjxkZXMykau+2YonbhNnrSK21DCKJoZO7wVcSOJNDra60WAV11I fu/c0Kp9cECDK3SmFnifOnE5J8cU4KzMAL4+CvL937Ka5ziF0WI11QuiWW2/hxJ2ZfUb F7jnxa99KunJXdp1wJ5pGjlbQyQHQZSUsd3uK3NaWqN5JW+ldqGmdphiEK+UvkCLjBTO jAk4I3DIekdU0mY/hBaadjlS1tepqqgnPji2m9ww1Qo6FrtNg8+pRUJgBGSOMZjYvus4 wP0A== X-Gm-Message-State: AOAM533St+il6HLqdSELcaFTP6YJYMNPja5/pxVCoY8hE5fZ4wvFnJha wjcp/JKOJ0MUUDPkWeerqB5CQmNj0g== X-Google-Smtp-Source: ABdhPJzg/a61iqfO6+3oIbp6v4G53cY1Cfm0JFL/9onk9Pt+5diULDdyScvK78o1srljZfHrFA/hSg== X-Received: by 2002:a05:622a:1884:b0:2e1:b789:5b7a with SMTP id v4-20020a05622a188400b002e1b7895b7amr1711986qtc.362.1648678074511; Wed, 30 Mar 2022 15:07:54 -0700 (PDT) Received: from bill-the-cat.lan (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id h2-20020ac85842000000b002e1ec550506sm17749694qth.87.2022.03.30.15.07.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Mar 2022 15:07:54 -0700 (PDT) From: Tom Rini To: u-boot@lists.denx.de Subject: [PATCH 24/25] siemens-am33x-common: Drop CONFIG_DMA_COHERENT* Date: Wed, 30 Mar 2022 18:07:34 -0400 Message-Id: <20220330220735.908616-24-trini@konsulko.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220330220735.908616-1-trini@konsulko.com> References: <20220330220735.908616-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 values are not used in the code, remove them. Signed-off-by: Tom Rini --- include/configs/siemens-am33x-common.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index bfadf4a6b861..08c4d52d658f 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -15,9 +15,6 @@ #include -#define CONFIG_DMA_COHERENT -#define CONFIG_DMA_COHERENT_SIZE (1 << 20) - /* commands to include */ #ifndef CONFIG_SPL_BUILD -- 2.25.1