From 10e99d8f802579a4781f7d0685a05c573ba73c48 Mon Sep 17 00:00:00 2001
From: Anatolij Gustschin <agust@denx.de>
Date: Tue, 21 Oct 2014 13:46:59 +0200
Subject: [PATCH] powerpc: mpc5121ads: convert to generic board

Also enable CONFIG_DISPLAY_BOARDINFO to get checkboard() called.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 include/configs/mpc5121ads.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h
index 7de245b33c..41ae0a53f8 100644
--- a/include/configs/mpc5121ads.h
+++ b/include/configs/mpc5121ads.h
@@ -12,6 +12,9 @@
 #define __CONFIG_H
 
 #define CONFIG_MPC5121ADS 1
+#define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_GENERIC_BOARD
+
 /*
  * Memory map for the MPC5121ADS board:
  *
-- 
2.39.5