devicetree: fix stale comments
Update stale script comments from the package reorganization. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
6f8f08a6a3
commit
22fd259ce1
|
@ -1,7 +1,7 @@
|
|||
# Copyright (c) 2019, Nordic Semiconductor
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Tip: You can view just the documentation with 'pydoc3 dtlib'
|
||||
# Tip: You can view just the documentation with 'pydoc3 devicetree.dtlib'
|
||||
|
||||
# _init_tokens() builds names dynamically.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ import re
|
|||
import sys
|
||||
import textwrap
|
||||
|
||||
# NOTE: testdtlib.py is the test suite for this library.
|
||||
# NOTE: tests/test_dtlib.py is the test suite for this library.
|
||||
|
||||
class DT:
|
||||
"""
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (c) 2019 Linaro Limited
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Tip: You can view just the documentation with 'pydoc3 edtlib'
|
||||
# Tip: You can view just the documentation with 'pydoc3 devicetree.edtlib'
|
||||
|
||||
"""
|
||||
Library for working with devicetrees at a higher level compared to dtlib. Like
|
||||
|
@ -25,7 +25,7 @@ See their constructor docstrings for details. There is also a
|
|||
bindings_from_paths() helper function.
|
||||
"""
|
||||
|
||||
# NOTE: testedtlib.py is the test suite for this library.
|
||||
# NOTE: tests/test_edtlib.py is the test suite for this library.
|
||||
|
||||
# Implementation notes
|
||||
# --------------------
|
||||
|
|
Loading…
Reference in a new issue