summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2016-02-27 19:26:43 +0100
committerTom Rini <trini@konsulko.com>2016-03-15 15:10:49 -0400
commit8e643d748e313b22da145101baaa9fa123455722 (patch)
treeb9e026db89e22cba5dc39d8fb2650f2ac1994964 /board
parent90ca5dfec4406bd0d6759395d8d24cb401be2c28 (diff)
downloadtalos-obmc-uboot-8e643d748e313b22da145101baaa9fa123455722.tar.gz
talos-obmc-uboot-8e643d748e313b22da145101baaa9fa123455722.zip
sniper: Get rid of reset_misc
There is no need to set the reboot mode to a particular value prior to reboot, since valid values will have been caught and cleared earlier. In addition, this breaks the reboot-bootloader fastboot call, by overriding the required value for fastboot. Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board')
-rw-r--r--board/lge/sniper/sniper.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/lge/sniper/sniper.c b/board/lge/sniper/sniper.c
index b2c8e97e34..6726866d20 100644
--- a/board/lge/sniper/sniper.c
+++ b/board/lge/sniper/sniper.c
@@ -157,11 +157,6 @@ void get_board_serial(struct tag_serialnr *serialnr)
omap_die_id_get_board_serial(serialnr);
}
-void reset_misc(void)
-{
- omap_reboot_mode_store("u");
-}
-
int fb_set_reboot_flag(void)
{
return omap_reboot_mode_store("b");
OpenPOWER on IntegriCloud