[U-Boot] [PATCH 1/1] board_r: remove superfluous #ifdef CONFIG_PRAM

Simon Glass sjg at chromium.org
Mon Jan 8 04:52:52 UTC 2018


On 6 January 2018 at 16:54, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
> initr_mem() is already enclosed by
>         #if defined(CONFIG_PRAM)
>         #endif
>
> So there is no need to check CONFIG_PRAM again inside the
> function.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
>  common/board_r.c | 2 --
>  1 file changed, 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list