mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-27 09:31:32 +00:00
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>
This commit is contained in:
parent
90ca5dfec4
commit
8e643d748e
1 changed files with 0 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue