
22 Nov
2018
22 Nov
'18
9:21 p.m.
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@foss.arm.com Reviewed-by: Simon Glass sjg@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!