[U-Boot] [PATCH v2 02/40] common: Drop the dpram_... functions

Simon Goldschmidt simon.k.r.goldschmidt at gmail.com
Thu Aug 1 18:24:16 UTC 2019


Am 01.08.2019 um 17:46 schrieb Simon Glass:
> These declarations are not used anymore, so drop them.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>

> ---
> 
> Changes in v2: None
> 
>   include/common.h | 5 -----
>   1 file changed, 5 deletions(-)
> 
> diff --git a/include/common.h b/include/common.h
> index d337f68bc4..df589163e5 100644
> --- a/include/common.h
> +++ b/include/common.h
> @@ -379,11 +379,6 @@ void	enable_interrupts  (void);
>   int	disable_interrupts (void);
>   
>   /* $(CPU)/.../commproc.c */
> -int	dpram_init (void);
> -uint	dpram_base(void);
> -uint	dpram_base_align(uint align);
> -uint	dpram_alloc(uint size);
> -uint	dpram_alloc_align(uint size,uint align);
>   void	bootcount_store (ulong);
>   ulong	bootcount_load (void);
>   
> 



More information about the U-Boot mailing list