summaryrefslogtreecommitdiff
path: root/board/matrix_vision
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-07 09:51:32 (GMT)
committerSimon Glass <sjg@chromium.org>2015-07-21 23:39:34 (GMT)
commit643e69021ef921c6ea63da9fc274c0de5a3d0eed (patch)
tree4abefa5adfe1fd6ef66f736c2d0a47019ab689ba /board/matrix_vision
parent86075bab27b44bfa3748daa5fec137ec534dab99 (diff)
downloadu-boot-fsl-qoriq-643e69021ef921c6ea63da9fc274c0de5a3d0eed.tar.xz
dm: change dm_warn() message into debug() in uclass_add()
The command "dm uclass" tries to display all the UClasses, but some of them might be disabled by Kconfig. The function do_dm_dump_uclass() iterates over all the UClass IDs and calls uclass_get() for each of them. Then, it displays annoying message "Cannot find uclass for id ..." every time it fails to get the UClass. As a result, we get much noisier log for the "dm uclass" command. => dm uclass uclass 0: root - * root_driver @ bfb54028, seq 0, (req -1) Cannot find uclass for id 1: please add the UCLASS_DRIVER() ... Cannot find uclass for id 2: please add the UCLASS_DRIVER() ... Cannot find uclass for id 3: please add the UCLASS_DRIVER() ... Cannot find uclass for id 4: please add the UCLASS_DRIVER() ... Cannot find uclass for id 5: please add the UCLASS_DRIVER() ... Cannot find uclass for id 6: please add the UCLASS_DRIVER() ... This commit suppresses these warnings. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/matrix_vision')
0 files changed, 0 insertions, 0 deletions