From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 17 Nov 2014 23:04:11 +0900 Subject: [U-Boot] [PATCH] SMDK2410: convert to generic board In-Reply-To: <1414656952-2726-1-git-send-email-d.mueller@elsoft.ch> References: <1414656952-2726-1-git-send-email-d.mueller@elsoft.ch> Message-ID: <546A005B.6070104@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/10/14 17:15, David M?ller wrote: > Compile-time tested only, as I currently don't have access to > the eval board. > > Signed-off-by: David M?ller > --- > include/configs/smdk2410.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h > index d4ae19f..5df0e28 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) */ > applied to u-boot-samsung. Thanks, Minkyu Kang.