cmake/dts: Remove import of CONFIG_ prefixed symbols from dts
We don't generate any CONFIG_ prefixed symbols from dts files so we don't need to try and import them in anymore. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
794e0109d6
commit
7f94e71102
1 changed files with 0 additions and 1 deletions
|
@ -175,7 +175,6 @@ if(SUPPORTS_DTS)
|
||||||
message(FATAL_ERROR "command failed with return code: ${ret}")
|
message(FATAL_ERROR "command failed with return code: ${ret}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
import_kconfig(CONFIG_ ${GENERATED_DTS_BOARD_CONF})
|
|
||||||
import_kconfig(DT_ ${GENERATED_DTS_BOARD_CONF})
|
import_kconfig(DT_ ${GENERATED_DTS_BOARD_CONF})
|
||||||
|
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue