From b42f1c543af41c8a4b8d8cfb5bac03f59bfcc9c4 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Mon, 29 Aug 2016 16:17:28 +0900 Subject: [PATCH] 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 --- include/configs/artik_common.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1