Skip to content
Commit b802a0e7 authored by Javier Almansa Sobrino's avatar Javier Almansa Sobrino
Browse files

fix(lib/s2tt): fix checks on s2tte_get_ripas()



Current implementation of s2tte_get_ripas() does not accept a valid
descriptor as it asserts on the bit fields wrongly.

This patch removes the incorrect the assert() and comment for valid
descriptor case. In case the descriptor is valid, the RIPAS is RAM.

Note that this function is not being invoked for a valid descriptor
currently in RMM and hence this assert does not fire during run.

Closes #21.

Signed-off-by: Javier Almansa Sobrino's avatarJavier Almansa Sobrino <javier.almansasobrino@arm.com>
Change-Id: I7b28c7eb63b1303aaa491983457771be957405f6
parent 6e3b5523
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment