From 7e2e04fe99e8fe7806d0105e2b2522b56da3d4df Mon Sep 17 00:00:00 2001
From: =?utf8?q?David=20M=C3=BCller=20=28ELSOFT=20AG=29?=
 <d.mueller@elsoft.ch>
Date: Thu, 30 Oct 2014 09:15:52 +0100
Subject: [PATCH] SMDK2410: convert to generic board
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Compile-time tested only, as I currently don't have access to
the eval board.

Signed-off-by: David Müller <d.mueller@elsoft.ch>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
 include/configs/smdk2410.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h
index d4ae19f96c..5df0e28990 100644
--- a/include/configs/smdk2410.h
+++ b/include/configs/smdk2410.h
@@ -24,6 +24,8 @@
 
 #define CONFIG_SYS_TEXT_BASE	0x0
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 #define CONFIG_SYS_ARM_CACHE_WRITETHROUGH
 
 /* input clock of PLL (the SMDK2410 has 12MHz input clock) */
-- 
2.39.5