commit | ff7dd586bec2514707fb733335877ed776d552bc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 12 00:05:02 2018 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 19 07:31:44 2018 -0400 |
tree | 0e2729586fa1c6536b84fd8439a196a7057c1014 | |
parent | 18790eb24743978d071020c7e56032b1a7847e49 [diff] |
sandbox: swap_case: Increase number of base address regs At present the code overruns the bar[] array. Fix this. At the same time, drop the leading / from the "/spl" path so that we can run U-Boot SPL with: spl/u-boot-spl rather than requiring: /path/to/spl/u-boot-spl Reported-by: Coverity (CID: 131199) Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>