mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
arch/powerpc/lib/board.c: fix build warning
Fix: board.c: In function 'board_init_r': board.c:633:8: warning: unused variable 's' [-Wunused-variable] Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
9b998b0c52
commit
1c2931d4ec
1 changed files with 0 additions and 3 deletions
|
|
@ -629,9 +629,6 @@ void board_init_r(gd_t *id, ulong dest_addr)
|
|||
bd_t *bd;
|
||||
ulong malloc_start;
|
||||
|
||||
#if defined(CONFIG_SYS_FLASH_CHECKSUM) || defined(CONFIG_CMD_NET)
|
||||
char *s;
|
||||
#endif
|
||||
#ifndef CONFIG_SYS_NO_FLASH
|
||||
ulong flash_size;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue