summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:44:41 -0700
committerJagan Teki <jagan@amarulasolutions.com>2020-01-24 23:06:47 +0530
commitef100ba1945cc2bb4b152a60ab9d3a68962e9b5c (patch)
tree1f513c2b210dfb368ac431934312d3cfc70091c4
parent9dfbc24459ccb0623c76f33b359e8fedb0e6d0a7 (diff)
downloadu-boot-ef100ba1945cc2bb4b152a60ab9d3a68962e9b5c.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 */