commit | e2e8d925a345beda85b53a4cfd34512b3403d083 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:41 2019 -0700 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Fri Jan 24 23:06:47 2020 +0530 |
tree | 1f513c2b210dfb368ac431934312d3cfc70091c4 | |
parent | aca84e001c7901aacc4f6e11bd95be268f57c4d8 [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 */