From c313c031cf943aea3e70c40b2c673f03e77859e0 Mon Sep 17 00:00:00 2001
From: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
Date: Wed, 24 Dec 2014 01:11:49 +0100
Subject: [PATCH] devkit8000: convert to use generic board code

Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com>
---
 include/configs/devkit8000.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 930b08e2f9..77e2f587bd 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -21,6 +21,7 @@
 #define CONFIG_MACH_TYPE	MACH_TYPE_DEVKIT8000
 #define CONFIG_OMAP_GPIO
 #define CONFIG_OMAP_COMMON
+#define CONFIG_SYS_GENERIC_BOARD
 
 /*
  * 1MB into the SDRAM to allow for SPL's bss at the beginning of SDRAM
-- 
2.39.5