
28 Dec
2019
28 Dec
'19
6:44 p.m.
These functions are not used in U-Boot. Drop them.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
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.1.735.g03f4e72817-goog