mirror of
https://xff.cz/git/u-boot/
synced 2025-09-25 12:31:17 +02:00
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>
This commit is contained in:
@@ -379,11 +379,6 @@ void enable_interrupts (void);
|
|||||||
int disable_interrupts (void);
|
int disable_interrupts (void);
|
||||||
|
|
||||||
/* $(CPU)/.../commproc.c */
|
/* $(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);
|
void bootcount_store (ulong);
|
||||||
ulong bootcount_load (void);
|
ulong bootcount_load (void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user