c595a59680
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43436
24 lines
640 B
Diff
24 lines
640 B
Diff
From bd862f4e7a559e38763a5280e35bf7ff14b535f1 Mon Sep 17 00:00:00 2001
|
|
From: Luka Perkov <luka@openwrt.org>
|
|
Date: Sun, 30 Nov 2014 02:41:19 +0100
|
|
Subject: [PATCH 8/9] kirkwood: pogo_e02: 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/pogo_e02.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/include/configs/pogo_e02.h
|
|
+++ b/include/configs/pogo_e02.h
|
|
@@ -13,6 +13,8 @@
|
|
#ifndef _CONFIG_POGO_E02_H
|
|
#define _CONFIG_POGO_E02_H
|
|
|
|
+#define CONFIG_SYS_GENERIC_BOARD
|
|
+
|
|
/*
|
|
* Machine type definition and ID
|
|
*/
|