c595a59680
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43436
24 lines
636 B
Diff
24 lines
636 B
Diff
From 5f9e6f640098e6963ff9b470cd5d2ab9f6a3579e Mon Sep 17 00:00:00 2001
|
|
From: Luka Perkov <luka@openwrt.org>
|
|
Date: Sun, 30 Nov 2014 02:40:37 +0100
|
|
Subject: [PATCH 5/9] kirkwood: dockstar: 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/dockstar.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/include/configs/dockstar.h
|
|
+++ b/include/configs/dockstar.h
|
|
@@ -12,6 +12,8 @@
|
|
#ifndef _CONFIG_DOCKSTAR_H
|
|
#define _CONFIG_DOCKSTAR_H
|
|
|
|
+#define CONFIG_SYS_GENERIC_BOARD
|
|
+
|
|
/*
|
|
* Version number information
|
|
*/
|