]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
fix(build): add a default value for INVERTED_MEMMAP
authorYann Gautier <yann.gautier@st.com>
Mon, 24 Apr 2023 11:31:27 +0000 (13:31 +0200)
committerYann Gautier <yann.gautier@st.com>
Wed, 3 May 2023 11:36:02 +0000 (13:36 +0200)
It is needed to check the validity of boolean flags with the updated
macro assert_boolean.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: I185beb55606a4ca435d2fee2092fc61725859aa1

Makefile

index 7368ca59b2ea03f16069343a8c3fcde97395bb5d..4ef02c6c83fb2c11411e0428b5752766d741b16e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1058,6 +1058,7 @@ PYTHON                    ?=      python3
 # Variables for use with PRINT_MEMORY_MAP
 PRINT_MEMORY_MAP_PATH          ?=      tools/memory
 PRINT_MEMORY_MAP               ?=      ${PRINT_MEMORY_MAP_PATH}/print_memory_map.py
+INVERTED_MEMMAP                        ?=      0
 
 # Variables for use with documentation build using Sphinx tool
 DOCS_PATH              ?=      docs