Files
u-boot-sunxi/test/dm
Tom Rini f09144a220 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>
2016-04-14 11:51:39 -06:00
..
2015-11-02 10:38:00 +09:00
2016-03-17 21:27:39 -06:00
2015-07-21 17:39:30 -06:00
2015-05-21 09:16:16 -04:00
2015-07-21 17:39:32 -06:00
2016-04-01 17:18:12 -04:00
2015-07-21 17:39:32 -06:00
2015-07-21 17:39:32 -06:00
2015-07-21 17:39:33 -06:00
2015-05-21 09:16:16 -04:00
2015-05-21 09:16:16 -04:00
2015-05-21 09:16:16 -04:00
2016-04-01 17:18:12 -04:00
2016-03-14 15:34:50 -06:00