commit | 2333dc47b891d169f97b57b0f687a5843acc7d8c | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Oct 11 16:16:50 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 10:56:41 2019 -0600 |
tree | 62d37445b609a8eb65fa6bd136508bd7be9f6f66 | |
parent | 5ca5ec1e3272f40a7ad26a15e3df3bb18e0b11d8 [diff] |
test: regmap: check the values read from the regmap The test did reads after writes but didn't check the value. It probably was because the sandbox didn't implement the writeX/readX functions. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Updated to use sandbox_set_enable_memio(): Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>