common: Drop checkflash() and checkdram()
authorSimon Glass <sjg@chromium.org>
Sat, 28 Dec 2019 17:44:41 +0000 (10:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 17 Jan 2020 18:26:48 +0000 (13:26 -0500)
These functions are not used in U-Boot. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/common.h

index c3dcf6d..83c5d76 100644 (file)
@@ -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 */