mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-23 14:35:18 +08:00
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:
committed by
Amar Takhar
parent
3a281aca37
commit
c4c3e68790
@@ -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: []
|
||||
|
||||
Reference in New Issue
Block a user