commit | 0f160f66d829cd720457dd1ca1fed87e4177d61d | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon May 08 22:14:26 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 12 08:37:26 2017 -0400 |
tree | 978745251ccd83107d5b3f874542fd6853f18050 | |
parent | 9ba8b9bdd7caa9c8821b10a6ecbb98c792905ec5 [diff] |
gdsys: P1022: Fix unused variable warnings The variables prg_stage2_prepare, prg_stage2_success and prg_stage_fail are only referenced when CCDM_SECOND_STAGE is set, move these to be by the existing guard. Cc: Dirk Eibach <eibach@gdsys.de> Signed-off-by: Tom Rini <trini@konsulko.com>