Skip to content
Commit d4d09225 authored by Sudan Landge's avatar Sudan Landge Committed by Benjamin Cabé
Browse files

arch: arm: fix ci failure



This is to fix ci failure caused by commit d5d4d579

In the above commit, it's wrongly assumed that ROM_ADDR and RAM_ADDR
are same **only** when CONFIG_XIP is not defined.
Since aarch64 was taken as reference in the review,
we missed to see that CONFIG_FLASH_SIZE is also part of the condition
to define ROM_ADDR as RAM_ADDR.
CONFIG_XIP is not defined for qemu_cortex_a9/xc7z007s however,
CONFIG_FLASH_SIZE is not 0 so the assumption fails
and the required reset to RAM_ADDR is not applied leading to the test
failure.

Signed-off-by: default avatarSudan Landge <sudan.landge@arm.com>
parent f3a3ad30
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment