d976bbc02d67a3fdae010f589c42550b81d053d9
[openwrt/staging/yousong.git] / package / boot / uboot-kirkwood / patches / 0006-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch
1 From 787e23179708ddad7ecd9dcd6c841546689864b0 Mon Sep 17 00:00:00 2001
2 From: Luka Perkov <luka@openwrt.org>
3 Date: Sun, 30 Nov 2014 02:41:49 +0100
4 Subject: [PATCH 9/9] kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define
5
6 Signed-off-by: Luka Perkov <luka@openwrt.org>
7 CC: Prafulla Wadaskar <prafulla@marvell.com>
8 CC: Stefan Roese <sr@denx.de>
9 ---
10 include/configs/sheevaplug.h | 2 ++
11 1 file changed, 2 insertions(+)
12
13 --- a/include/configs/sheevaplug.h
14 +++ b/include/configs/sheevaplug.h
15 @@ -10,6 +10,8 @@
16 #ifndef _CONFIG_SHEEVAPLUG_H
17 #define _CONFIG_SHEEVAPLUG_H
18
19 +#define CONFIG_SYS_GENERIC_BOARD
20 +
21 /*
22 * Version number information
23 */