tests: kernel: syscalls: use default faulty address for s32z270dc2
Before Picolibc was made default, this board needed a custom test faulty address. Now this address does not produce a fault anymore so switch back to the default faulty address. Fixes #63270 Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
This commit is contained in:
parent
639b11742a
commit
3923cda6d8
1 changed files with 0 additions and 2 deletions
|
@ -25,8 +25,6 @@
|
|||
#define FAULTY_ADDRESS 0x0FFFFFFF
|
||||
#elif defined(CONFIG_BOARD_QEMU_CORTEX_R5)
|
||||
#define FAULTY_ADDRESS 0xBFFFFFFF
|
||||
#elif defined(CONFIG_SOC_SERIES_S32ZE_R52)
|
||||
#define FAULTY_ADDRESS ((uintptr_t)(&_image_ram_end))
|
||||
#elif CONFIG_MMU
|
||||
/* Just past the zephyr image mapping should be a non-present page */
|
||||
#define FAULTY_ADDRESS Z_FREE_VM_START
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue