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 7793CC433EF for ; Thu, 21 Oct 2021 05:32:04 +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 D8DAD610D0 for ; Thu, 21 Oct 2021 05:32:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D8DAD610D0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de 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 959788347D; Thu, 21 Oct 2021 07:32:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1634794322; bh=Smlr2z9sNId2JS8FIaKg7M49jn139Puy8NE8eFEfY1I=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=mTSD1R00oi944doyLkNUhT/3XtnxpCbS6h3yHKrEaLGshLTrSTcWDyNaEdOwGifEY ng7w4F9IOCfyACIwH30/sc3ev3/8RW/fHF7jql7muchxruGSsU/9xMcKm1nzXwU/V5 xRPs0CeNoUwTSjkc+qONkIKcpcPj9HC5t6l2WFiQ8cq64+IPy/isEaw6QJoiybE3vd 9RCi+Vhysxxx8Zwc+Kk3ZxHOnMWFCTwQXAd1gssAzZYsfhKegRpucf5Ua4aX0+MJLd LUh1fdhE67opYWR+Vn+wYzFokfonhpDAc3MjkfVXVI3aAAHxXPi2B5UC2MpjRpFPrw hEWPSzFQH77Gw== Received: by phobos.denx.de (Postfix, from userid 109) id 14FCA83459; Thu, 21 Oct 2021 07:31:58 +0200 (CEST) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [91.198.250.253]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id B4D3C8347D for ; Thu, 21 Oct 2021 07:31:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:105:465:1:4:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-204.mailbox.org (Postfix) with ESMTPS id 4HZbh54JT6zQjcJ; Thu, 21 Oct 2021 07:31:49 +0200 (CEST) Subject: Re: [PATCH u-boot-marvell 04/12] arm: kirkwood, mvebu: Remove CONFIG_SYS_RESET_ADDRESS option To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, pali@kernel.org, =?UTF-8?Q?Marek_Beh=c3=ban?= References: <20211009173346.7859-1-kabel@kernel.org> <20211009173346.7859-5-kabel@kernel.org> From: Stefan Roese Message-ID: Date: Thu, 21 Oct 2021 07:31:44 +0200 MIME-Version: 1.0 In-Reply-To: <20211009173346.7859-5-kabel@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0CB0A65A 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 09.10.21 19:33, Marek Behún wrote: > From: Marek Behún > > This option is not used anywhere. > > Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan > --- > include/configs/SBx81LIFKW.h | 5 ----- > include/configs/SBx81LIFXCAT.h | 5 ----- > include/configs/edminiv2.h | 6 ------ > include/configs/mv-common.h | 1 - > include/configs/mvebu_armada-37xx.h | 1 - > include/configs/mvebu_armada-8k.h | 1 - > include/configs/turris_mox.h | 1 - > include/configs/x530.h | 5 ----- > 8 files changed, 25 deletions(-) > > diff --git a/include/configs/SBx81LIFKW.h b/include/configs/SBx81LIFKW.h > index fc6167cf96..462619ff69 100644 > --- a/include/configs/SBx81LIFKW.h > +++ b/include/configs/SBx81LIFKW.h > @@ -59,11 +59,6 @@ > /* There is no PHY directly connected so don't ask it for link status */ > #undef CONFIG_SYS_FAULT_ECHO_LINK_DOWN > > -/* > - * Other required minimal configurations > - */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > - > /* > * Ethernet Driver configuration > */ > diff --git a/include/configs/SBx81LIFXCAT.h b/include/configs/SBx81LIFXCAT.h > index 06be63e242..a271567f85 100644 > --- a/include/configs/SBx81LIFXCAT.h > +++ b/include/configs/SBx81LIFXCAT.h > @@ -64,11 +64,6 @@ > /* There is no PHY directly connected so don't ask it for link status */ > #undef CONFIG_SYS_FAULT_ECHO_LINK_DOWN > > -/* > - * Other required minimal configurations > - */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > - > /* > * Ethernet Driver configuration > */ > diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h > index fbe468010b..664d6d1f34 100644 > --- a/include/configs/edminiv2.h > +++ b/include/configs/edminiv2.h > @@ -151,12 +151,6 @@ > * Environment variables configurations > */ > > -/* > - * Other required minimal configurations > - */ > - > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 > - > /* Enable command line editing */ > > /* provide extensive help */ > diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h > index e460f69a08..cc3b597f28 100644 > --- a/include/configs/mv-common.h > +++ b/include/configs/mv-common.h > @@ -55,7 +55,6 @@ > /* > * Other required minimal configurations > */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ > > /* ====> Include platform Common Definitions */ > diff --git a/include/configs/mvebu_armada-37xx.h b/include/configs/mvebu_armada-37xx.h > index 8c315eb563..e7f7e772fc 100644 > --- a/include/configs/mvebu_armada-37xx.h > +++ b/include/configs/mvebu_armada-37xx.h > @@ -30,7 +30,6 @@ > /* > * Other required minimal configurations > */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ > > /* End of 16M scrubbed by training in bootrom */ > diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h > index 2f8be2ee49..886f44c903 100644 > --- a/include/configs/mvebu_armada-8k.h > +++ b/include/configs/mvebu_armada-8k.h > @@ -24,7 +24,6 @@ > /* > * Other required minimal configurations > */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ > > /* End of 16M scrubbed by training in bootrom */ > diff --git a/include/configs/turris_mox.h b/include/configs/turris_mox.h > index ab7931d35b..070abe38db 100644 > --- a/include/configs/turris_mox.h > +++ b/include/configs/turris_mox.h > @@ -28,7 +28,6 @@ > /* > * Other required minimal configurations > */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > #define CONFIG_SYS_MAXARGS 32 /* max number of command args */ > > /* End of 16M scrubbed by training in bootrom */ > diff --git a/include/configs/x530.h b/include/configs/x530.h > index d6aec6d7f2..699deffbe0 100644 > --- a/include/configs/x530.h > +++ b/include/configs/x530.h > @@ -61,11 +61,6 @@ > > #include > > -/* > - * Other required minimal configurations > - */ > -#define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ > - > /* Keep device tree and initrd in low memory so the kernel can access them */ > #define CONFIG_EXTRA_ENV_SETTINGS \ > "fdt_high=0x10000000\0" \ > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de