From: Simon Glass Date: Sat, 28 Dec 2019 17:44:41 +0000 (-0700) Subject: common: Drop checkflash() and checkdram() X-Git-Tag: v2020.04-rc1~15^2~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7c810a330aa324e9cbc182cd11f05c340d483a7f;p=oweals%2Fu-boot.git common: Drop checkflash() and checkdram() These functions are not used in U-Boot. Drop them. Signed-off-by: Simon Glass --- 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 -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 */