提交 8e643d74 编写于 作者: P Paul Kocialkowski 提交者: Tom Rini

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: NPaul Kocialkowski <contact@paulk.fr>
Reviewed-by: NTom Rini <trini@konsulko.com>
上级 90ca5dfe
......@@ -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");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册