From 46e09e6d1eb32a90705d162411476f57fff13860 Mon Sep 17 00:00:00 2001
From: Rob Herring <robh@kernel.org>
Date: Fri, 11 Apr 2014 15:09:44 -0500
Subject: [PATCH] ARM: highbank: convert to generic board

Enable CONFIG_SYS_GENERIC_BOARD on highbank.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 include/configs/highbank.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index a6202cfab4..da1c837cc7 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -13,6 +13,7 @@
 #define CONFIG_SYS_THUMB_BUILD
 
 #define CONFIG_SYS_NO_FLASH
+#define CONFIG_SYS_GENERIC_BOARD
 
 #define CONFIG_OF_BOARD_SETUP
 #define CONFIG_FIT
-- 
2.39.5