projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2acf35d
)
spl: sunxi: Drop spl_board_announce_boot_device()
author
Simon Glass
<sjg@chromium.org>
Wed, 30 Nov 2016 22:30:54 +0000
(15:30 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 9 Dec 2016 13:40:16 +0000
(08:40 -0500)
This function is not used anymore. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-sunxi/board.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sunxi/board.c
b/arch/arm/mach-sunxi/board.c
index 205236d5ece3f62463adba29aacb9b4d5116e640..aa114937485d6b9f664ced277100713c6b854cdb 100644
(file)
--- a/
arch/arm/mach-sunxi/board.c
+++ b/
arch/arm/mach-sunxi/board.c
@@
-247,15
+247,6
@@
u32 spl_boot_device(void)
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 */
u32 spl_boot_mode(const u32 boot_device)
{