[U-Boot] [PATCH v11 01/16] test: regmap: Increase size of syscon0 memory
sjg at google.com
sjg at google.com
Mon Oct 15 20:04:35 UTC 2018
The upcoming changes to the regmap interface will contain a proper check
for plausibility when reading/writing from/to a register map. To still
have the current tests pass, increase the size of the memory region for
the syscon0 device, since one of the tests reads and writes beyond this
range.
Reviewed-by: Anatolij Gustschin <agust at denx.de>
Reviewed-by: Simon Glass <sjg at chromium.org>
Signed-off-by: Mario Six <mario.six at gdsys.cc>
---
v10 -> v11:
No changes
v9 -> v10:
No changes
v8 -> v9:
No changes
v7 -> v8:
No changes
v6 -> v7:
No changes
v5 -> v6:
* Fix the test that checks the changed size
v4 -> v5:
No changes
v3 -> v4:
No changes
v2 -> v3:
New in v3
---
arch/sandbox/dts/test.dts | 2 +-
test/dm/regmap.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list