Re: [U-Boot] [PATCHv3] ARM: rmobile: Add missing config bits

2017-06-20 Thread Tom Rini
On Tue, Jun 20, 2017 at 08:35:15PM +0200, Marek Vasut wrote: > On 06/20/2017 08:32 PM, Tom Rini wrote: > > From: Marek Vasut > > > > The commit "fb82fe385173 configs: Resync defconfigs" resynced all config > > files. This exposed two latent issues with the Gen3 boards in that we > > had not been

Re: [U-Boot] [PATCHv3] ARM: rmobile: Add missing config bits

2017-06-20 Thread Marek Vasut
On 06/20/2017 08:32 PM, Tom Rini wrote: > From: Marek Vasut > > The commit "fb82fe385173 configs: Resync defconfigs" resynced all config > files. This exposed two latent issues with the Gen3 boards in that we > had not been setting CONFIG_DEFAULT_FDT_FILE correctly and had not been > setting CON

[U-Boot] [PATCHv3] ARM: rmobile: Add missing config bits

2017-06-20 Thread Tom Rini
From: Marek Vasut The commit "fb82fe385173 configs: Resync defconfigs" resynced all config files. This exposed two latent issues with the Gen3 boards in that we had not been setting CONFIG_DEFAULT_FDT_FILE correctly and had not been setting CONFIG_CMD_MMC. Fix both of these. Fixes: fb82fe38517