From 8e59f8bb5b197e346e2d6afb0478cadb8cc5d0b9 Mon Sep 17 00:00:00 2001
From: Valentin Longchamp <valentin.longchamp@keymile.com>
Date: Fri, 3 Oct 2014 11:46:53 +0200
Subject: [PATCH] km_arm: convert the km_arm boards to the generic board
 support

This implies that all the km_kirkwood boards and their variants now are
using the generic board init sequence.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
---
 include/configs/km/km_arm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h
index d31e674eac..f780f8b5bb 100644
--- a/include/configs/km/km_arm.h
+++ b/include/configs/km/km_arm.h
@@ -20,6 +20,8 @@
 #ifndef _CONFIG_KM_ARM_H
 #define _CONFIG_KM_ARM_H
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* We got removed from Linux mach-types.h */
 #define MACH_TYPE_KM_KIRKWOOD          2255
 
-- 
2.39.5