Skip to content
Snippets Groups Projects
Commit 7c810a33 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

common: Drop checkflash() and checkdram()


These functions are not used in U-Boot. Drop them.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 0ee48252
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment