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