diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/devicetree.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/devicetree.bbclass b/meta/classes/devicetree.bbclass index d8779c7943..c772ab2ab9 100644 --- a/meta/classes/devicetree.bbclass +++ b/meta/classes/devicetree.bbclass | |||
@@ -59,7 +59,7 @@ DT_BOOT_CPU ??= "0" | |||
59 | 59 | ||
60 | DTC_FLAGS ?= "-R ${DT_RESERVED_MAP} -b ${DT_BOOT_CPU}" | 60 | DTC_FLAGS ?= "-R ${DT_RESERVED_MAP} -b ${DT_BOOT_CPU}" |
61 | DTC_PPFLAGS ?= "-nostdinc -undef -D__DTS__ -x assembler-with-cpp" | 61 | DTC_PPFLAGS ?= "-nostdinc -undef -D__DTS__ -x assembler-with-cpp" |
62 | DTC_BFLAGS ?= "-p ${DT_PADDING_SIZE}" | 62 | DTC_BFLAGS ?= "-p ${DT_PADDING_SIZE} -@" |
63 | DTC_OFLAGS ?= "-p 0 -@ -H epapr" | 63 | DTC_OFLAGS ?= "-p 0 -@ -H epapr" |
64 | 64 | ||
65 | python () { | 65 | python () { |