commit | e3f59f464dc1848a7217c5bc20e863d40fa2f690 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Thu Oct 04 09:00:40 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Wed Nov 14 09:16:27 2018 -0800 |
tree | e49f76979860962f2cacf6c3d04a074f3280cd5c | |
parent | 19f88b268443df2ee7c91f4c4cc5969665fc8892 [diff] |
test: regmap: Increase size of syscon0 memory 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@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>