bsps/arm: Use fatal error for data cache disable

On the Cortex-A cores, at least the L1 data cache is required to provide
support for atomic operations.

Close #5050.
This commit is contained in:
Sebastian Huber
2024-06-25 03:58:34 +00:00
committed by Amar Takhar
parent 3a281aca37
commit c4c3e68790
4 changed files with 4 additions and 32 deletions
@@ -5,7 +5,8 @@ copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: true
enabled-by:
not: bsps/arm/xilinx-zynq
includes: []
install: []
links: []
@@ -5,7 +5,7 @@ copyrights:
- Copyright (C) 2024 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by: false
enabled-by: bsps/arm/xilinx-zynq
includes: []
install: []
links: []