1234567891011121314151617181920212223 |
- From 0d0a6606396f0cc1a4f2966d167ef9e85d533650 Mon Sep 17 00:00:00 2001
- From: Luka Perkov <luka@openwrt.org>
- Date: Sun, 30 Nov 2014 02:40:51 +0100
- Subject: [PATCH 6/9] kirkwood: goflexhome: add CONFIG_SYS_GENERIC_BOARD define
- Signed-off-by: Luka Perkov <luka@openwrt.org>
- CC: Prafulla Wadaskar <prafulla@marvell.com>
- CC: Stefan Roese <sr@denx.de>
- ---
- include/configs/goflexhome.h | 2 ++
- 1 file changed, 2 insertions(+)
- --- a/include/configs/goflexhome.h
- +++ b/include/configs/goflexhome.h
- @@ -15,6 +15,8 @@
- #ifndef _CONFIG_GOFLEXHOME_H
- #define _CONFIG_GOFLEXHOME_H
-
- +#define CONFIG_SYS_GENERIC_BOARD
- +
- /*
- * Version number information
- */
|