uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h"
[openwrt.git] / package / boot / uboot-kirkwood / patches / 0005-kirkwood-dockstar-add-CONFIG_SYS_GENERIC_BOARD-defin.patch
1 From 5f9e6f640098e6963ff9b470cd5d2ab9f6a3579e Mon Sep 17 00:00:00 2001
2 From: Luka Perkov <luka@openwrt.org>
3 Date: Sun, 30 Nov 2014 02:40:37 +0100
4 Subject: [PATCH 5/9] kirkwood: dockstar: 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/dockstar.h | 2 ++
11  1 file changed, 2 insertions(+)
12
13 --- a/include/configs/dockstar.h
14 +++ b/include/configs/dockstar.h
15 @@ -12,6 +12,8 @@
16  #ifndef _CONFIG_DOCKSTAR_H
17  #define _CONFIG_DOCKSTAR_H
18  
19 +#define CONFIG_SYS_GENERIC_BOARD
20 +
21  /*
22   * Version number information
23   */