Skip to content

Commit

Permalink
cmake/dts: Remove import of CONFIG_ prefixed symbols from dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
galak committed Jul 24, 2019
1 parent 794e010 commit 7f94e71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/dts.cmake
Expand Up @@ -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()
Expand Down

0 comments on commit 7f94e71

Please sign in to comment.