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:
parent
4dec3ee4e9
commit
9e54d93594
4 changed files with 12 additions and 0 deletions
|
|
@ -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" |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# Elixir definitions for Barebox
|
||||
|
||||
# Enable DT bindings compatible strings support
|
||||
dts_comp_support=1
|
||||
|
||||
list_tags_h()
|
||||
{
|
||||
echo "$tags" |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# Elixir definitions for U-Boot
|
||||
|
||||
# Enable DT bindings compatible strings support
|
||||
dts_comp_support=1
|
||||
|
||||
list_tags_h()
|
||||
{
|
||||
echo "$tags" |
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# Elixir definitions for Zephyr
|
||||
|
||||
# Enable DT bindings compatible strings support
|
||||
dts_comp_support=1
|
||||
|
||||
list_tags()
|
||||
{
|
||||
echo "$tags" |
|
||||
|
|
|
|||
Loading…
Reference in a new issue