common: Drop the dpram_... functions
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:46:37 +0000 (09:46 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
These declarations are not used anymore, so drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
include/common.h

index d337f68bc427f16dcb91cd967ad699023922ff73..df589163e509d3943286782f9f7f2cd8a8d0cf7c 100644 (file)
@@ -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);