[PATCH v6 06/10] xtensa: Remove local no-op dram_init_banksize()

Ovidiu Panait ovidiu.panait at windriver.com
Mon Aug 17 19:41:49 CEST 2020


On 17.08.2020 09:48, Stefan Roese wrote:
> When this no-op dram_init_banksize() is removed, the weak default will
> be used instead, which correctly sets the bi_dram[] banksize values.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
>
> ---
>
> (no changes since v5)
>
> Changes in v5:
> - New patch to fix the failing "test.py xtfpga" CI test
>
>   board/cadence/xtfpga/xtfpga.c | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/board/cadence/xtfpga/xtfpga.c b/board/cadence/xtfpga/xtfpga.c
> index 4b49b6e5c8..5811c43142 100644
> --- a/board/cadence/xtfpga/xtfpga.c
> +++ b/board/cadence/xtfpga/xtfpga.c
> @@ -49,11 +49,6 @@ int checkboard(void)
>   	return 0;
>   }
>   
> -int dram_init_banksize(void)
> -{
> -	return 0;
> -}
> -
>   int board_postclk_init(void)
>   {
>   	/*
Reviewed-by: Ovidiu Panait <ovidiu.panait at windriver.com>


More information about the U-Boot mailing list