> > From: Markus Armbruster
> > Subject: Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the
> > DEBUG_BOARD_INIT code
> >
> > Philippe Mathieu-Daudé writes:
> >
> > > Commit fa1d36df746 missed to convert this ifdef'ed out code.
> > >
> From: Markus Armbruster
> Subject: Re: [Qemu-devel] [PATCH 1/5] hw/mips/malta: Fix the DEBUG_BOARD_INIT
> code
>
> Philippe Mathieu-Daudé writes:
>
> > Commit fa1d36df746 missed to convert this ifdef'ed out code.
> > Introduce the pflash_blk variable.
Philippe Mathieu-Daudé writes:
> Commit fa1d36df746 missed to convert this ifdef'ed out code.
> Introduce the pflash_blk variable.
>
> This fixes:
>
> hw/mips/mips_malta.c:1273:16: error: implicit declaration of function
> ‘blk_name’; did you mean ‘basename’? [-Werror=implicit-function-declara
Philippe Mathieu-Daudé writes:
> Commit fa1d36df746 missed to convert this ifdef'ed out code.
My fault...
> Introduce the pflash_blk variable.
>
> This fixes:
>
> hw/mips/mips_malta.c:1273:16: error: implicit declaration of function
> ‘blk_name’; did you mean ‘basename’? [-Werror=implicit-fu
Commit fa1d36df746 missed to convert this ifdef'ed out code.
Introduce the pflash_blk variable.
This fixes:
hw/mips/mips_malta.c:1273:16: error: implicit declaration of function
‘blk_name’; did you mean ‘basename’? [-Werror=implicit-function-declaration]
blk_name(dinfo->bdrv),