From: Simon Glass Date: Sat, 28 Dec 2019 17:44:41 +0000 (-0700) Subject: common: Drop checkflash() and checkdram() X-Git-Tag: v2020.10~398^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ef100ba1945cc2bb4b152a60ab9d3a68962e9b5c;p=platform%2Fkernel%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 c3dcf6d..83c5d76 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 */