From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 10 Aug 2015 15:57:18 +0200 Subject: [U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver In-Reply-To: References: <1438557348-4984-1-git-send-email-marex@denx.de> Message-ID: <201508101557.18577.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, August 10, 2015 at 03:39:33 PM, Simon Glass wrote: > Hi Marek, Hi Simon, > On 2 August 2015 at 17:52, Simon Glass wrote: > > On 2 August 2015 at 17:15, Marek Vasut wrote: > >> Add Kconfig entries for the simple-bus driver, both for U-Boot > >> and for SPL. The simple-bus is enabled by default in U-Boot and > >> disabled by default in SPL to preserve the original behavior. > >> > >> Signed-off-by: Marek Vasut > >> Cc: Simon Glass > >> --- > >> > >> drivers/core/Kconfig | 15 +++++++++++++++ > >> drivers/core/Makefile | 5 ++--- > >> 2 files changed, 17 insertions(+), 3 deletions(-) > > > > Acked-by: Simon Glass > > I can't apply this right now as it breaks most tegra boards. We use a > hack at present where we #undef things in config_uncmd_spl.h and that > isn't visible to the Makefiles. > > Assuming that Tom applies Masahiro's Kconfig improvements for SPL we > can do it then. Agh, OK, thanks for the heads up. I hope this makes it into 2015.10, otherwise the SPL support for SoCFPGA will be completely useless. Best regards, Marek Vasut