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:
Manuel Argüelles 2023-09-29 09:32:03 +07:00 committed by Johan Hedberg
commit 3923cda6d8

View file

@ -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