diff options
author | Tom Rini <trini@konsulko.com> | 2016-03-20 10:10:28 -0400 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-04-14 11:51:39 -0600 |
commit | f09144a220ce71d628830f7ccadeacd0cfdf6d76 (patch) | |
tree | 2244154c8e27ac1a064c2913ef9909509dac4426 /test/common.sh | |
parent | 7b3dc45ea5179b377c01c8f878c1633d707186c8 (diff) | |
download | u-boot-imx-f09144a220ce71d628830f7ccadeacd0cfdf6d76.zip u-boot-imx-f09144a220ce71d628830f7ccadeacd0cfdf6d76.tar.gz u-boot-imx-f09144a220ce71d628830f7ccadeacd0cfdf6d76.tar.bz2 |
test/dm/core.c: Make pre-reloc test use pre-reloc struct
LLVM 3.5 noted:
test/dm/core.c:41:35: warning: unused variable 'test_pdata_pre_reloc' [-Wunused-const-variable]
static const struct dm_test_pdata test_pdata_pre_reloc = {
And the correct fix here is that the driver_info_pre_reloc test should
use the test_pdata_pre_reloc not test_pdata_manual variable
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/common.sh')
0 files changed, 0 insertions, 0 deletions