commit | 2adf60d1a61bbdf837b5131d551b9d235ef232f7 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <festevam@gmail.com> | Wed Jan 29 14:45:33 2020 -0300 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | d88bfaa85c377ed612caec96a309e810c1294f63 | |
parent | a96fe17f2f3c2b0837d8ac1a096d27e496c7831e [diff] |
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>