artik5: remove RAMDUMP feature
authorChanho Park <chanho61.park@samsung.com>
Tue, 16 Aug 2016 06:41:44 +0000 (15:41 +0900)
committerjino.cho <jino.cho@samsung.com>
Mon, 5 Dec 2016 08:04:48 +0000 (17:04 +0900)
The artik does not support the ramdump feature.

Change-Id: I8bfa76c1e4a20de3ea4ae05d9ebc59cc1b745adf
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
board/samsung/espresso3250/espresso3250.c

index 9a645e7babc732c1a014cc3e1ac70cf246246b8d..0df24873f247a2f86082f606aa61c934c61e4901 100644 (file)
@@ -597,8 +597,8 @@ int board_late_init(void)
        /*   check reset status for ramdump */
        if ((rst_stat & (WRESET | SYS_WDTRESET | ISP_ARM_WDTRESET))
                || (readl(CONFIG_RAMDUMP_SCRATCH) == CONFIG_RAMDUMP_MODE)) {
-               /*   run fastboot */
-               run_command("fastboot", 0);
+               /*   run reset instead of fastboot */
+               run_command("reset", 0);
        }
 #endif