tizen: add ramdisk bootmode with ramdisk config option
[profile/mobile/platform/kernel/u-boot-tm1.git] / property / thor_mode.c
index 80eb5e6..4845b16 100644 (file)
@@ -334,3 +334,15 @@ void thor_mode(void)
 
        return;
 }
+
+int do_thor_down(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+{
+       puts("TIZEN \"THOR\" Downloader\n");
+
+       thor_mode();
+}
+
+U_BOOT_CMD(thordown, 1, 1, do_thor_down,
+          "TIZEN \"THOR\" downloader",
+          ""
+);