diff mbox series

[04/35] common: Drop checkflash() and checkdram()

Message ID 20191212004755.11091-4-sjg@chromium.org
State Superseded
Delegated to: Tom Rini
Headers show
Series common: Further reduce size of common.h even more | expand

Commit Message

Simon Glass Dec. 12, 2019, 12:47 a.m. UTC
These functions are not used in U-Boot. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/common.h | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

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 */