mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
common: Drop checkflash() and checkdram()
These functions are not used in U-Boot. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9dfbc24459
commit
ef100ba194
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ void hang (void) __attribute__ ((noreturn));
|
||||||
|
|
||||||
#include <display_options.h>
|
#include <display_options.h>
|
||||||
|
|
||||||
int checkflash(void);
|
|
||||||
int checkdram(void);
|
|
||||||
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
|
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
|
||||||
extern u8 __dtb_dt_spl_begin[]; /* embedded device tree blob for SPL/TPL */
|
extern u8 __dtb_dt_spl_begin[]; /* embedded device tree blob for SPL/TPL */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue