]> git.baikalelectronics.ru Git - uboot.git/commit
doc: dm: debugging: Fix the steps for activating debug
authorFabio Estevam <festevam@gmail.com>
Wed, 29 Jan 2020 17:45:33 +0000 (14:45 -0300)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 02:33:46 +0000 (19:33 -0700)
commitcdb91750bea229c20ba6957c65b7c518bcc051bd
treed88bfaa85c377ed612caec96a309e810c1294f63
parent21b9cec0ed2f6280fca7e7f55b22d80949ec1753
doc: dm: debugging: Fix the steps for activating debug

Following the recommendation of adding '#define DEBUG' at the top
of drivers/core/lists.c does not cause the debug messages to be
shown. Change it to '#define LOG_DEBUG' instead, which actually
makes it work as per doc/README.log.

While at it, provide the full path to lists.c to in order to make
the instructions clearer.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/driver-model/debugging.rst