
12 Apr
2016
12 Apr
'16
4:29 a.m.
On Mon, Apr 04, 2016 at 07:55:58PM +0200, Mateusz Kulikowski wrote:
There is off-by-one error in sandbox_emul_gpio that causes segfault of certain tests.
EMUL_GPIO_REG_END is the address of last valid (emulated) register. This patch fixed this (by adding one more element to emulated register array).
Signed-off-by: Mateusz Kulikowski mateusz.kulikowski@gmail.com Tested-by: Stephen Warren swarren@nvidia.com
Applied to u-boot/master, thanks!
--
Tom