arm: sc8830: common: remove the redefined macros
[profile/mobile/platform/kernel/u-boot-tm1.git] / property / recv_mode.c
old mode 100755 (executable)
new mode 100644 (file)
index ba43b80..47457ae
@@ -135,3 +135,18 @@ void recovery_mode(void)
 #endif
 }
 
+#ifdef CONFIG_TIZEN
+#ifdef CONFIG_RAMDISK_BOOT
+int do_recovery(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+{
+       puts("Tizen Recovery mode\n");
+
+       recovery_mode();
+}
+
+U_BOOT_CMD(recovery, 1, 1, do_recovery,
+          "TIZEN Recovery mode",
+          ""
+);
+#endif
+#endif