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

spl: sunxi: Drop spl_board_announce_boot_device()


This function is not used anymore. Drop it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 2acf35db
Branches
Tags
No related merge requests found
...@@ -247,15 +247,6 @@ u32 spl_boot_device(void) ...@@ -247,15 +247,6 @@ u32 spl_boot_device(void)
return -1; /* Never reached */ return -1; /* Never reached */
} }
/*
* Properly announce BOOT_DEVICE_BOARD as "FEL".
* Overrides weak function from common/spl/spl.c
*/
void spl_board_announce_boot_device(void)
{
printf("FEL");
}
/* No confirmation data available in SPL yet. Hardcode bootmode */ /* No confirmation data available in SPL yet. Hardcode bootmode */
u32 spl_boot_mode(const u32 boot_device) u32 spl_boot_mode(const u32 boot_device)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment