From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Wed, 26 Feb 2020 10:23:01 -0500 Subject: [PATCH 4/7] Kconfig: Remove redundant variable sets In-Reply-To: References: <20200224180541.3654-1-trini@konsulko.com> <20200224180541.3654-4-trini@konsulko.com> Message-ID: <20200226152301.GA18302@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Feb 26, 2020 at 11:41:02AM +0900, Masahiro Yamada wrote: > On Tue, Feb 25, 2020 at 3:06 AM Tom Rini wrote: > > > > In a few places we have Kconfig entries that set SPL_LDSCRIPT to what is > > the default value anyways. Drop these. > > > > Cc: Michal Simek > > Cc: Rick Chen > > Cc: Philippe Reynes > > Cc: Eric Jarrige > > Signed-off-by: Tom Rini > > --- > > I see more in defconfig files. > > $ cd configs > $ git grep SPL_LDSCRIPT > axm_defconfig:CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/cpu/u-boot-spl.lds" > brppt2_defconfig:CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/cpu/u-boot-spl.lds" > mx31pdk_defconfig:CONFIG_SPL_LDSCRIPT="arch/arm/cpu/u-boot-spl.lds" > taurus_defconfig:CONFIG_SPL_LDSCRIPT="arch/$(ARCH)/cpu/u-boot-spl.lds" Re-checking, all 4 of these cases are overriding the default, but the cases of $(ARCH) aren't helpful and should just be 'arm' so I'll do that. -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: