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:
Kumar Gala 2019-07-23 11:10:20 -05:00 committed by Kumar Gala
commit 7f94e71102

View file

@ -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()