diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:44:41 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 13:26:48 -0500 |
commit | 7c810a330aa324e9cbc182cd11f05c340d483a7f (patch) | |
tree | c375b303552dae1a96f0ae1c5c7f13963ee0f3d7 /include | |
parent | 0ee48252b456f310225fa8dd0f3a9921cfcf3399 (diff) | |
download | u-boot-7c810a330aa324e9cbc182cd11f05c340d483a7f.tar.gz u-boot-7c810a330aa324e9cbc182cd11f05c340d483a7f.tar.bz2 u-boot-7c810a330aa324e9cbc182cd11f05c340d483a7f.zip |
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')
-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 */ |