projects: Enable DT compatible strings support for thoses who use DT

Signed-off-by: Maxime Chretien <maxime.chretien@bootlin.com>
This commit is contained in:
Maxime Chretien 2020-06-05 09:32:15 +02:00
parent 4dec3ee4e9
commit 9e54d93594
4 changed files with 12 additions and 0 deletions

View file

@ -1,6 +1,9 @@
# Elixir definitions for Arm Trusted Firmware
# https://github.com/ARM-software/arm-trusted-firmware
# Enable DT bindings compatible strings support
dts_comp_support=1
list_tags_h()
{
echo "$tags" |

View file

@ -1,5 +1,8 @@
# Elixir definitions for Barebox
# Enable DT bindings compatible strings support
dts_comp_support=1
list_tags_h()
{
echo "$tags" |

View file

@ -1,5 +1,8 @@
# Elixir definitions for U-Boot
# Enable DT bindings compatible strings support
dts_comp_support=1
list_tags_h()
{
echo "$tags" |

View file

@ -1,5 +1,8 @@
# Elixir definitions for Zephyr
# Enable DT bindings compatible strings support
dts_comp_support=1
list_tags()
{
echo "$tags" |