From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Fri, 3 Jan 2020 22:38:23 +0800 Subject: [PATCH] dm: Add a debug message when devices are skipped pre-reloc In-Reply-To: <8f6a795a-7698-a03c-2ae9-c12c5cf5539c@gmail.com> References: <8f6a795a-7698-a03c-2ae9-c12c5cf5539c@gmail.com> 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 Wed, Dec 25, 2019 at 12:52 PM Sean Anderson wrote: > > This adds a message to lists_bind_fdt when it skips initializing a device > pre-relocation. I've had a couple errors where a device didn't initialize > properly because one of its dependencies was missing. > > Signed-off-by: Sean Anderson > --- > drivers/core/lists.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Bin Meng