From: Chanho Park Date: Mon, 29 Aug 2016 07:17:28 +0000 (+0900) Subject: artik: configs: disable RAMDUMP feature X-Git-Tag: submit/tizen/20161205.083345~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b42f1c543af41c8a4b8d8cfb5bac03f59bfcc9c4;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git artik: configs: disable RAMDUMP feature This patch disable the RAMDUMP feature because the artik does not support it and it will jump to normal booting when watchdog reset. Change-Id: I84f510bb4d6127bf92bcb891cef346916a5ceb09 Signed-off-by: Chanho Park --- diff --git a/include/configs/artik_common.h b/include/configs/artik_common.h index 60bda7205..3b12cbb17 100755 --- a/include/configs/artik_common.h +++ b/include/configs/artik_common.h @@ -51,9 +51,6 @@ #define CONFIG_SYS_CLK_FREQ 24000000 -/* RAMDUMP MODE */ -#define CONFIG_RAMDUMP_MODE 0xD - #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_CMDLINE_TAG #define CONFIG_INITRD_TAG