From: Simon Glass Date: Thu, 1 Aug 2019 15:46:37 +0000 (-0600) Subject: common: Drop the dpram_... functions X-Git-Tag: v2019.10-rc2~4^2~38 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4575a77b7adaf95638d288d5b2429a44bebd6068;p=oweals%2Fu-boot.git common: Drop the dpram_... functions These declarations are not used anymore, so drop them. Signed-off-by: Simon Glass Reviewed-by: Simon Goldschmidt --- 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);