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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D68EFC433EF for ; Thu, 14 Oct 2021 15:14:12 +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 34F5860F4A for ; Thu, 14 Oct 2021 15:14:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 34F5860F4A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org 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 2F247837F4; Thu, 14 Oct 2021 17:12:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="VvbafhgJ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B55AE8378E; Thu, 14 Oct 2021 17:11:08 +0200 (CEST) Received: from mail-oi1-x234.google.com (mail-oi1-x234.google.com [IPv6:2607:f8b0:4864:20::234]) (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 1913783795 for ; Thu, 14 Oct 2021 17:10:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-oi1-x234.google.com with SMTP id o204so8821822oih.13 for ; Thu, 14 Oct 2021 08:10:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Is0Vq003Tb/o5NTj/gYL5AZ2QDEnqI4qPeUNaONtKzU=; b=VvbafhgJp3wo4s0kTVQD99C3ZPGYQ4vNnNvPutSEd2ahBKIcBfp1/UaQdK8ORR4a8u vcIw7xlBKae+oiPGgj8wtWZj1ZbUq5TcY8FOyfLNeeNZ5GO9atdKC1aeFHYI1ZIwIJ6R oXz3pK5TvV4v+cQS0s/7Yemy7Pk90lSGgoZgA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Is0Vq003Tb/o5NTj/gYL5AZ2QDEnqI4qPeUNaONtKzU=; b=Y0RK6+yv0YdG4RoHnC3yF2b5E/Q1s4ZLl6T1vyB65+uUl5OLRNgxyleakxOgXIjkp6 GUHr6wnfcToTxEbyu284V/5RLff/qfl+rgR/ztd/9OhhBdtM5HxpoxDS/5RF/cg8L9nl nbiDt5dm2+QuAOvwTrSapC3avq3Tvo7eymFLtquTEVbvBeS0EodepKUSVjn9lEoZ2s9F tDdJ88/XLA1Frkzv55nwl4ufnCjobRXfLA9VUtPf1YGlRvCK6Xq3Us57RjXLzbdXiE/U 9TgSQalmtjXfVwhZzQ4tRjPLVTn3aGhd75Sk5KT9o4enCE1DwDURYmY+H2Yzm6o94QYR 2l2g== X-Gm-Message-State: AOAM530McDWhoSXMYmu5qgz3UDtD3uec+up5/GlGn/LyOpjYvq7gfHPw icHHa1XBW2BEHyJHYZx967Y/jAQt+ge6YaoLYeAqYA== X-Google-Smtp-Source: ABdhPJzo4gSqWDWUstGtdZiONKMVssp/CMnxg8DuqkOoObV67TXiU+qChxyR6+SKexFzolhGtmz0Hcs+V+5Tm8tz/Wc= X-Received: by 2002:aca:4283:: with SMTP id p125mr12401937oia.81.1634224247085; Thu, 14 Oct 2021 08:10:47 -0700 (PDT) MIME-Version: 1.0 References: <20211004115942.1.Ic01b4a3063c0b09cac503a4dc8356f5ff64b5c6e@changeid> <20211004115942.3.Ibc8e0107187c533ff2b9f71f30b5abfe1e47e22d@changeid> In-Reply-To: <20211004115942.3.Ibc8e0107187c533ff2b9f71f30b5abfe1e47e22d@changeid> From: Simon Glass Date: Thu, 14 Oct 2021 09:09:38 -0600 Message-ID: Subject: Re: [PATCH 3/6] Remove unused CONFIG_NO_RELOCATION To: Patrick Delaunay Cc: U-Boot Mailing List , Priyanka Jain , Rick Chen , Sean Anderson , Stefan Roese , U-Boot STM32 Content-Type: text/plain; charset="UTF-8" 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 On Mon, 4 Oct 2021 at 04:00, Patrick Delaunay wrote: > > Remove the latest reference of CONFIG_NO_RELOCATION in code > > Signed-off-by: Patrick Delaunay > --- > > include/configs/thunderx_88xx.h | 1 - > scripts/config_whitelist.txt | 1 - > 2 files changed, 2 deletions(-) Reviewed-by: Simon Glass