From 6dbeb893c4a7668d0098318d6668ccf59bfbfdea Mon Sep 17 00:00:00 2001
From: Tim Schendekehl <tim.schendekehl@egnite.de>
Date: Thu, 12 Jun 2014 17:25:36 +0200
Subject: [PATCH] arm: ethernut5: convert to generic board
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Enable CONFIG_SYS_GENERIC_BOARD for the Ethernut 5 board.

Signed-off-by: Tim Schendekehl <tim.schendekehl@egnite.de>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
---
 include/configs/ethernut5.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h
index c81fc44b12..4c69af6af3 100644
--- a/include/configs/ethernut5.h
+++ b/include/configs/ethernut5.h
@@ -12,6 +12,8 @@
 
 #include <asm/hardware.h>
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* The first stage boot loader expects u-boot running at this address. */
 #define CONFIG_SYS_TEXT_BASE	0x27000000	/* 16MB available */
 
-- 
2.39.5