commit | 215b9a96808dba4e85ee8d3273a90199887feda4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:41 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:48 2020 -0500 |
tree | c375b303552dae1a96f0ae1c5c7f13963ee0f3d7 | |
parent | a606ffc9e81e0412028a3b71f24421bc666e1645 [diff] |
common: Drop checkflash() and checkdram() These functions are not used in U-Boot. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
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 @@ #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 */