[U-Boot] [PATCH v2] dm: core: Widen the dump tree to show more of the driver's name.
sjg at google.com
sjg at google.com
Thu Nov 22 20:21:56 UTC 2018
With drivers that have prefix names that are quite long (like
'versatile_') it is useful to have a wider column for the driver's
name when dumping the device driver tree.
Also update the tests to take into account the wider output format.
Signed-off-by: Liviu Dudau <liviu.dudau at foss.arm.com>
Reviewed-by: Simon Glass <sjg at chromium.org>
---
Changelog:
- v2: merged the patch introducing the wider output with the patch
updating the tests so that they can be applied in one go.
drivers/core/dump.c | 8 ++++----
test/py/tests/test_bind.py | 28 ++++++++++++++--------------
2 files changed, 18 insertions(+), 18 deletions(-)
Applied to u-boot-dm/master, thanks!
More information about the U-Boot
mailing list