Skip to content

Commit

Permalink
devicetree: remove deprecated DT_CHOSEN_*_LABEL macros
Browse files Browse the repository at this point in the history
DT_CHOSEN_ZEPHYR_FLASH_CONTROLLER_LABEL and
DT_CHOSEN_ZEPHYR_ENTROPY_LABEL were deprecated a couple of releases ago,
so it is time to remove them. Note that the zephyr/devicetree/zephyr.h
is also removed, since both macros were its last content.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Nov 11, 2022
1 parent f7d24f7 commit 8d0eb6c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 77 deletions.
6 changes: 0 additions & 6 deletions doc/build/dts/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,12 +359,6 @@ identifier for a chosen node.
.. doxygengroup:: devicetree-generic-chosen
:project: Zephyr

There are also conveniences for commonly used zephyr-specific properties of the
``/chosen`` node.

.. doxygengroup:: devicetree-zephyr
:project: Zephyr

Zephyr-specific chosen nodes
****************************

Expand Down
1 change: 0 additions & 1 deletion include/zephyr/devicetree.h
Original file line number Diff line number Diff line change
Expand Up @@ -3928,7 +3928,6 @@
#include <zephyr/devicetree/dma.h>
#include <zephyr/devicetree/pwms.h>
#include <zephyr/devicetree/fixed-partitions.h>
#include <zephyr/devicetree/zephyr.h>
#include <zephyr/devicetree/ordinals.h>
#include <zephyr/devicetree/pinctrl.h>
#include <zephyr/devicetree/can.h>
Expand Down
70 changes: 0 additions & 70 deletions include/zephyr/devicetree/zephyr.h

This file was deleted.

0 comments on commit 8d0eb6c

Please sign in to comment.