These functions are not used in U-Boot. Drop them. Signed-off-by: Simon Glass <s...@chromium.org> ---
include/common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/common.h b/include/common.h index b5fccdbcff..4f3536f299 100644 --- a/include/common.h +++ b/include/common.h @@ -64,8 +64,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 */ -- 2.24.0.525.g8f36a354ae-goog