ARM: rockchip: set default reboot flag as BOOT_NORMAL

This commit is contained in:
黄涛
2014-05-31 10:37:12 +08:00
parent e557c5059d
commit 60dad30fe9

View File

@@ -246,7 +246,7 @@ void __init rockchip_boot_mode_init(u32 flag, u32 mode)
void rockchip_restart_get_boot_mode(const char *cmd, u32 *flag, u32 *mode)
{
*flag = 0;
*flag = SYS_LOADER_REBOOT_FLAG + BOOT_NORMAL;
*mode = BOOT_MODE_REBOOT;
if (cmd) {