* [U-Boot] [PATCH] Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
@ 2010-03-17 11:42 Prafulla Wadaskar
2011-05-31 22:05 ` [U-Boot] [PATCH V2] " Albert ARIBAUD
0 siblings, 1 reply; 3+ messages in thread
From: Prafulla Wadaskar @ 2010-03-17 11:42 UTC (permalink / raw)
To: u-boot
CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing
This clean up patch removes the references for Marvell boards
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
---
include/configs/mv88f6281gtw_ge.h | 1 -
include/configs/openrd_base.h | 1 -
include/configs/rd6281a.h | 1 -
include/configs/sheevaplug.h | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/configs/mv88f6281gtw_ge.h b/include/configs/mv88f6281gtw_ge.h
index 96b4d1c..a7db659 100644
--- a/include/configs/mv88f6281gtw_ge.h
+++ b/include/configs/mv88f6281gtw_ge.h
@@ -91,7 +91,6 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FAT
diff --git a/include/configs/openrd_base.h b/include/configs/openrd_base.h
index 88f27ba..7e915e4 100644
--- a/include/configs/openrd_base.h
+++ b/include/configs/openrd_base.h
@@ -96,7 +96,6 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FAT
diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h
index 3d8e25c..8ad359d 100644
--- a/include/configs/rd6281a.h
+++ b/include/configs/rd6281a.h
@@ -90,7 +90,6 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FAT
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index fc401a8..c7695fe 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -90,7 +90,6 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FAT
--
1.5.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH V2] Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
2010-03-17 11:42 [U-Boot] [PATCH] Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT Prafulla Wadaskar
@ 2011-05-31 22:05 ` Albert ARIBAUD
2011-06-01 17:19 ` Albert ARIBAUD
0 siblings, 1 reply; 3+ messages in thread
From: Albert ARIBAUD @ 2011-05-31 22:05 UTC (permalink / raw)
To: u-boot
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
Resent on behalf of the Marvell custodian
V2: reworked to apply on top of current u-boot-arm/master
V1: initial submission
include/configs/aspenite.h | 1 -
include/configs/dkb.h | 1 -
include/configs/openrd.h | 1 -
include/configs/rd6281a.h | 1 -
4 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h
index 1619db5..6fb5769 100644
--- a/include/configs/aspenite.h
+++ b/include/configs/aspenite.h
@@ -53,7 +53,6 @@
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
#define CONFIG_CMD_I2C
-#define CONFIG_CMD_AUTOSCRIPT
#undef CONFIG_CMD_NET
#undef CONFIG_CMD_NFS
/*
diff --git a/include/configs/dkb.h b/include/configs/dkb.h
index b400d0a..3d27c58 100644
--- a/include/configs/dkb.h
+++ b/include/configs/dkb.h
@@ -46,7 +46,6 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_I2C
#undef CONFIG_CMD_NET
#undef CONFIG_CMD_NFS
diff --git a/include/configs/openrd.h b/include/configs/openrd.h
index 3256cb3..53bafe1 100644
--- a/include/configs/openrd.h
+++ b/include/configs/openrd.h
@@ -62,7 +62,6 @@
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#define CONFIG_SYS_MVFS
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_MII
diff --git a/include/configs/rd6281a.h b/include/configs/rd6281a.h
index 60f9579..5b7fdd8 100644
--- a/include/configs/rd6281a.h
+++ b/include/configs/rd6281a.h
@@ -44,7 +44,6 @@
*/
#define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */
#include <config_cmd_default.h>
-#define CONFIG_CMD_AUTOSCRIPT
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_ENV
#define CONFIG_CMD_FAT
--
1.7.4.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH V2] Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
2011-05-31 22:05 ` [U-Boot] [PATCH V2] " Albert ARIBAUD
@ 2011-06-01 17:19 ` Albert ARIBAUD
0 siblings, 0 replies; 3+ messages in thread
From: Albert ARIBAUD @ 2011-06-01 17:19 UTC (permalink / raw)
To: u-boot
Le 01/06/2011 00:05, Albert ARIBAUD a ?crit :
>
> Signed-off-by: Albert ARIBAUD<albert.u.boot@aribaud.net>
> ---
> Resent on behalf of the Marvell custodian
>
> V2: reworked to apply on top of current u-boot-arm/master
> V1: initial submission
>
> include/configs/aspenite.h | 1 -
> include/configs/dkb.h | 1 -
> include/configs/openrd.h | 1 -
> include/configs/rd6281a.h | 1 -
> 4 files changed, 0 insertions(+), 4 deletions(-)
Applied to u-boot-arm/master, on behalf of the Marvell custodian.
Amicalement,
--
Albert.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-01 17:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 11:42 [U-Boot] [PATCH] Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT Prafulla Wadaskar
2011-05-31 22:05 ` [U-Boot] [PATCH V2] " Albert ARIBAUD
2011-06-01 17:19 ` Albert ARIBAUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox