Skip to content

Commit 4e4fe58

Browse files
committed
disable CRU constants update
1 parent 24f2a86 commit 4e4fe58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ endif()
6161
####################################
6262
# Populate the Cru/Constants.h file with the register addresses contained in CRU/cru_table.py
6363
####################################
64-
execute_process(COMMAND /usr/bin/env python3 ${CMAKE_CURRENT_SOURCE_DIR}/src/Cru/cru_constants_populate.py
65-
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/Cru
66-
RESULT_VARIABLE status)
67-
IF(NOT "${status}" EQUAL "0")
68-
MESSAGE(WARNING "Couldn't update CRU Register Addresses")
69-
ENDIF()
64+
#execute_process(COMMAND /usr/bin/env python3 ${CMAKE_CURRENT_SOURCE_DIR}/src/Cru/cru_constants_populate.py
65+
# WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/Cru
66+
# RESULT_VARIABLE status)
67+
#IF(NOT "${status}" EQUAL "0")
68+
# MESSAGE(WARNING "Couldn't update CRU Register Addresses")
69+
#ENDIF()
7070

7171
####################################
7272
# Dependencies

0 commit comments

Comments
 (0)