From d3b88405e5ee4e37bc14cb66c12aa61b9f1b8ead Mon Sep 17 00:00:00 2001
From: =?utf8?q?David=20M=C3=BCller=20=28ELSOFT=20AG=29?=
 <d.mueller@elsoft.ch>
Date: Tue, 30 Sep 2014 12:32:21 +0200
Subject: [PATCH] MIP405: convert to generic board
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: David Müller <d.mueller@elsoft.ch>
---
 include/configs/MIP405.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h
index 68824fd2d4..147f122967 100644
--- a/include/configs/MIP405.h
+++ b/include/configs/MIP405.h
@@ -21,6 +21,8 @@
 
 #define	CONFIG_SYS_TEXT_BASE	0xFFF80000
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /***********************************************************
  * Note that it may also be a MIP405T board which is a subset of the
  * MIP405
-- 
2.39.5