From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Goldschmidt Date: Thu, 11 Apr 2019 20:49:38 +0200 Subject: [U-Boot] [PULL] u-boot-socfpga/master In-Reply-To: <20190411182026.GL4664@bill-the-cat> References: <30be3991-568a-32a3-4144-5910ccda1ed7@denx.de> <20190411181703.GK4664@bill-the-cat> <9a06f1e8-9d9a-b3c0-92dc-e07a4de7a655@denx.de> <20190411182026.GL4664@bill-the-cat> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11.04.19 20:20, Tom Rini wrote: > On Thu, Apr 11, 2019 at 08:19:38PM +0200, Marek Vasut wrote: >> On 4/11/19 8:17 PM, Tom Rini wrote: >>> On Wed, Apr 10, 2019 at 04:46:28PM +0200, Marek Vasut wrote: >>> >>>> The following changes since commit 3c99166441bf3ea325af2da83cfe65430b49c066: >>>> >>>> Prepare v2019.04 (2019-04-08 21:40:40 -0400) >>>> >>>> are available in the Git repository at: >>>> >>>> git://git.denx.de/u-boot-socfpga.git master >>>> >>>> for you to fetch changes up to ef8679b24ec6226b7198e06747ff047a16030ca4: >>>> >>>> arm: dts: Stratix10: Add QSPI node (2019-04-09 13:11:06 +0200) >>>> >>> >>> Arg, sorry I didn't see this sooner: >>> arm: w+ socfpga_arria10 >>> +(socfpga_arria10) >>> +(socfpga_arria10) WARNING: unmet direct dependencies detected for ALTERA_SDRAM >>> +(socfpga_arria10) Depends on [n]: RAM [=n] && (TARGET_SOCFPGA_GEN5 [=n] || TARGET_SOCFPGA_ARRIA10 [=y]) >>> +(socfpga_arria10) Selected by [y]: >>> +(socfpga_arria10) - TARGET_SOCFPGA_ARRIA10 [=y] && ARM [=y] && ARCH_SOCFPGA [=y] >> >> Is this coming from this PR or not ? > > Yes, this PR. Top of tree + this PR only. It's not only top of tree + this PR, it also fails for pure u-boot-socfpga/master. Seems like this bug has been introduced when I made the gen5 driver depend on RAM. Unfortunately, all the drivers use one Kconfig item (although these are totally different drivers) but now only gen5 depends on RAM. Is there any Kconfig magic to fix this without duplicating the config item entries? Regards, Simon