c595a59680
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43436
28 lines
726 B
Diff
28 lines
726 B
Diff
From 280b03ba28b4287de677d4c4b097918364395b5e Mon Sep 17 00:00:00 2001
|
|
From: Luka Perkov <luka@openwrt.org>
|
|
Date: Wed, 2 Jul 2014 01:47:23 +0200
|
|
Subject: [PATCH 4/9] kirkwood: ib62x0: 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>
|
|
---
|
|
This is patch was sent already in July:
|
|
|
|
http://lists.denx.de/pipermail/u-boot/2014-July/182900.html
|
|
---
|
|
include/configs/ib62x0.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/include/configs/ib62x0.h
|
|
+++ b/include/configs/ib62x0.h
|
|
@@ -9,6 +9,8 @@
|
|
#ifndef _CONFIG_IB62x0_H
|
|
#define _CONFIG_IB62x0_H
|
|
|
|
+#define CONFIG_SYS_GENERIC_BOARD
|
|
+
|
|
/*
|
|
* Version number information
|
|
*/
|