dm: Add a debug message when devices are skipped pre-reloc
authorSean Anderson <seanga2@gmail.com>
Wed, 25 Dec 2019 04:52:01 +0000 (23:52 -0500)
committerSimon Glass <sjg@chromium.org>
Tue, 7 Jan 2020 23:03:01 +0000 (16:03 -0700)
commit7fc0c2b18702555f5a60f0a206e7c385cf76e543
tree07584078587fe84bdc9f7e57c18e168dd2e065d1
parent63736e9c9622147672a0782c630f529c92bcb7b5
dm: Add a debug message when devices are skipped pre-reloc

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 <seanga2@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/core/lists.c