
30 Oct
2019
30 Oct
'19
12:21 a.m.
On Sat, Oct 12, 2019 at 6:28 AM Simon Glass sjg@chromium.org wrote:
From: Jean-Jacques Hiblot jjhiblot@ti.com
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
test/dm/regmap.c | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot-dm, thanks!