commit | eacbef4c643a5ee69828a7004abf0097b3d3f728 | [log] [tgz] |
---|---|---|
author | Varun Wadekar <vwadekar@nvidia.com> | Mon Jul 15 20:40:05 2024 +0000 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Sun Jul 21 11:40:33 2024 +0000 |
tree | a153d99112fe3b55bea6b15643b481ef53c4edcd | |
parent | 0c707813e9e734d9a62d5cdc592e68e245f4f557 [diff] |
fix(rmmd): fail gracefully if RME is not enabled This patch converts the assert check for RME presence into a runtime check and returns an error to fail gracefully. This allows platforms to use the same image on boards that do not support RME too. Change-Id: I0cacdd7afd85ed3581e90ea81f0a51d076adb875 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>