summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:44:41 -0700
committerTom Rini <trini@konsulko.com>2020-01-17 13:26:48 -0500
commit7c810a330aa324e9cbc182cd11f05c340d483a7f (patch)
treec375b303552dae1a96f0ae1c5c7f13963ee0f3d7
parent0ee48252b456f310225fa8dd0f3a9921cfcf3399 (diff)
downloadu-boot-7c810a330aa324e9cbc182cd11f05c340d483a7f.tar.gz
common: Drop checkflash() and checkdram()
These functions are not used in U-Boot. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index c3dcf6dbcc..83c5d76597 100644
--- 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 */