diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:44:41 -0700 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-24 23:06:47 +0530 |
commit | ef100ba1945cc2bb4b152a60ab9d3a68962e9b5c (patch) | |
tree | 1f513c2b210dfb368ac431934312d3cfc70091c4 /include/common.h | |
parent | 9dfbc24459ccb0623c76f33b359e8fedb0e6d0a7 (diff) |
common: Drop checkflash() and checkdram()
These functions are not used in U-Boot. Drop them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index c3dcf6dbcc..83c5d76597 100644 --- a/include/common.h +++ b/include/common.h @@ -63,8 +63,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 */ |