projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfbc24
)
common: Drop checkflash() and checkdram()
author
Simon Glass
<sjg@chromium.org>
Sat, 28 Dec 2019 17:44:41 +0000
(10:44 -0700)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Fri, 24 Jan 2020 17:36:47 +0000
(23:06 +0530)
These functions are not used in U-Boot. Drop them.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index c3dcf6dbcc360ca02f26297293ac66ec6507cd82..83c5d765975e71acd62b13235685e63649e00505 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-63,8
+63,6
@@
void hang (void) __attribute__ ((noreturn));
#include <display_options.h>
-int checkflash(void);
-int checkdram(void);
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
extern u8 __dtb_dt_spl_begin[]; /* embedded device tree blob for SPL/TPL */