[PATCH 04/35] common: Drop checkflash() and checkdram()
Simon Glass
sjg at chromium.org
Thu Dec 12 01:47:23 CET 2019
These functions are not used in U-Boot. Drop them.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list