From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Wed, 1 Aug 2018 23:23:46 +0200 Subject: [U-Boot] [PATCH v3 01/13] test: regmap: Increase size of syscon0 memory In-Reply-To: <20180731100110.4852-1-mario.six@gdsys.cc> References: <20180731100110.4852-1-mario.six@gdsys.cc> Message-ID: <20180801232346.12301ff6@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 31 Jul 2018 12:00:58 +0200 Mario Six mario.six at gdsys.cc wrote: > 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. > > Signed-off-by: Mario Six Reviewed-by: Anatolij Gustschin