summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-08-01 18:46:37 +0300
committerTom Rini <trini@konsulko.com>2019-08-11 23:43:41 +0300
commit4575a77b7adaf95638d288d5b2429a44bebd6068 (patch)
tree201113c06e3ec0937ba3916025e5246503f4290f /include
parent0c670fc1481d2296f1f5837ea5c15cfbdaed710c (diff)
downloadu-boot-4575a77b7adaf95638d288d5b2429a44bebd6068.tar.xz
common: Drop the dpram_... functions
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>
Diffstat (limited to 'include')
-rw-r--r--include/common.h5
1 files changed, 0 insertions, 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);