uboot-kirkwood: remove obsolete patches
all patches for CONFIG_SYS_GENERIC_BOARD are obsolete for uboot 2016 sources. Run-tested with the uboot of goflexnet, also the md5sum of all other uboots is the same with or without these patches. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
This commit is contained in:
parent
2faa1edd91
commit
a6ef5933f8
6 changed files with 0 additions and 142 deletions
|
@ -1,27 +0,0 @@
|
||||||
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
|
|
||||||
*/
|
|
|
@ -1,23 +0,0 @@
|
||||||
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
|
|
||||||
*/
|
|
|
@ -1,23 +0,0 @@
|
||||||
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
|
|
||||||
*/
|
|
|
@ -1,23 +0,0 @@
|
||||||
From 45ba20427135e526cfa528773de0cfe215f4dc40 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Luka Perkov <luka@openwrt.org>
|
|
||||||
Date: Sun, 30 Nov 2014 02:41:04 +0100
|
|
||||||
Subject: [PATCH 7/9] kirkwood: iconnect: 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/iconnect.h | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
--- a/include/configs/iconnect.h
|
|
||||||
+++ b/include/configs/iconnect.h
|
|
||||||
@@ -9,6 +9,8 @@
|
|
||||||
#ifndef _CONFIG_ICONNECT_H
|
|
||||||
#define _CONFIG_ICONNECT_H
|
|
||||||
|
|
||||||
+#define CONFIG_SYS_GENERIC_BOARD
|
|
||||||
+
|
|
||||||
/*
|
|
||||||
* Version number information
|
|
||||||
*/
|
|
|
@ -1,23 +0,0 @@
|
||||||
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
|
|
||||||
*/
|
|
|
@ -1,23 +0,0 @@
|
||||||
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
|
|
||||||
*/
|
|
Loading…
Reference in a new issue