Skip to content

Commit

Permalink
Fix Spatz enabler in carfield.mk.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Apr 11, 2024
1 parent c808419 commit 9254624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ SAFED_SW_BUILD := safed-sw-build
SAFED_SW_INIT := safed-sw-init
endif

ifeq ($(shell echo $(SAFED_PRESENT)), 1)
ifeq ($(shell echo $(SPATZD_PRESENT)), 1)
SPATZD_HW_INIT := spatzd-hw-init
endif

Expand Down
2 changes: 1 addition & 1 deletion env/env-iis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export PULPD_PRESENT=1
export SAFED_PRESENT=0
export SECURED_PRESENT=1
export SPATZD_PRESENT=0
export SPATZD_PRESENT=1

# set up environment variables for rtl simulation
ROOTD=$(cd "$(dirname "${BASH_SOURCE[0]:-$0}")/.." && pwd)
Expand Down

0 comments on commit 9254624

Please sign in to comment.