uboot-kirkwood: bump to upstream 2016.09.01
[openwrt/openwrt.git] / package / boot / uboot-kirkwood / patches / 0004-kirkwood-iconnect-add-CONFIG_SYS_GENERIC_BOARD-defin.patch
1 From 45ba20427135e526cfa528773de0cfe215f4dc40 Mon Sep 17 00:00:00 2001
2 From: Luka Perkov <luka@openwrt.org>
3 Date: Sun, 30 Nov 2014 02:41:04 +0100
4 Subject: [PATCH 7/9] kirkwood: iconnect: 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/iconnect.h | 2 ++
11 1 file changed, 2 insertions(+)
12
13 --- a/include/configs/iconnect.h
14 +++ b/include/configs/iconnect.h
15 @@ -9,6 +9,8 @@
16 #ifndef _CONFIG_ICONNECT_H
17 #define _CONFIG_ICONNECT_H
18
19 +#define CONFIG_SYS_GENERIC_BOARD
20 +
21 /*
22 * Version number information
23 */