1234567891011121314151617181920212223 |
- From 787e23179708ddad7ecd9dcd6c841546689864b0 Mon Sep 17 00:00:00 2001
- From: Luka Perkov <luka@openwrt.org>
- Date: Sun, 30 Nov 2014 02:41:49 +0100
- Subject: [PATCH 9/9] kirkwood: sheevaplug: 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/sheevaplug.h | 2 ++
- 1 file changed, 2 insertions(+)
- --- a/include/configs/sheevaplug.h
- +++ b/include/configs/sheevaplug.h
- @@ -10,6 +10,8 @@
- #ifndef _CONFIG_SHEEVAPLUG_H
- #define _CONFIG_SHEEVAPLUG_H
-
- +#define CONFIG_SYS_GENERIC_BOARD
- +
- /*
- * Version number information
- */
|