All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Remove unused symbol CONGIG_CMD_STORAGE from board configs
@ 2017-02-06 11:30 Lars Poeschel
  2017-02-07 17:36 ` Tom Rini
  2017-02-09  3:03 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Lars Poeschel @ 2017-02-06 11:30 UTC (permalink / raw)
  To: u-boot

Albeit it's a typo, neither CONGIG_CMD_STORAGE nor CONFIG_CMD_STORAGE
are used anywhere, so remove the define from the board configs.

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
---
 include/configs/am3517_crane.h | 2 --
 include/configs/am3517_evm.h   | 2 --
 include/configs/omap3_evm.h    | 2 --
 include/configs/tao3530.h      | 1 -
 4 files changed, 7 deletions(-)

diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
index 5d568604a6..f1b82df456 100644
--- a/include/configs/am3517_crane.h
+++ b/include/configs/am3517_crane.h
@@ -88,8 +88,6 @@
 
 #ifdef CONFIG_USB_MUSB_HCD
 
-#define CONGIG_CMD_STORAGE
-
 #ifdef CONFIG_USB_KEYBOARD
 #define CONFIG_SYS_USB_EVENT_POLL
 #define CONFIG_PREBOOT "usb start"
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index 13de819245..1062e20f6d 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -88,8 +88,6 @@
 
 #ifdef CONFIG_USB_MUSB_HOST
 
-#define CONGIG_CMD_STORAGE
-
 #ifdef CONFIG_USB_KEYBOARD
 #define CONFIG_SYS_USB_EVENT_POLL
 #define CONFIG_PREBOOT "usb start"
diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h
index 8846aa6607..8ed5602bc9 100644
--- a/include/configs/omap3_evm.h
+++ b/include/configs/omap3_evm.h
@@ -217,8 +217,6 @@
 
 #ifdef CONFIG_USB_MUSB_HCD
 
-#define CONGIG_CMD_STORAGE
-
 #ifdef CONFIG_USB_KEYBOARD
 #define CONFIG_SYS_USB_EVENT_POLL
 #define CONFIG_PREBOOT			"usb start"
diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h
index dafb05fa07..32a4b27870 100644
--- a/include/configs/tao3530.h
+++ b/include/configs/tao3530.h
@@ -263,7 +263,6 @@
 
 #define CONFIG_USB_ETHER
 #define CONFIG_USB_ETHER_RNDIS
-#define CONGIG_CMD_STORAGE
 
 /* Defines for SPL */
 #define CONFIG_SPL_FRAMEWORK
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] Remove unused symbol CONGIG_CMD_STORAGE from board configs
  2017-02-06 11:30 [U-Boot] [PATCH] Remove unused symbol CONGIG_CMD_STORAGE from board configs Lars Poeschel
@ 2017-02-07 17:36 ` Tom Rini
  2017-02-09  3:03 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-02-07 17:36 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 06, 2017 at 12:30:19PM +0100, Lars Poeschel wrote:

> Albeit it's a typo, neither CONGIG_CMD_STORAGE nor CONFIG_CMD_STORAGE
> are used anywhere, so remove the define from the board configs.
> 
> Signed-off-by: Lars Poeschel <poeschel@lemonage.de>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170207/0d48080e/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] Remove unused symbol CONGIG_CMD_STORAGE from board configs
  2017-02-06 11:30 [U-Boot] [PATCH] Remove unused symbol CONGIG_CMD_STORAGE from board configs Lars Poeschel
  2017-02-07 17:36 ` Tom Rini
@ 2017-02-09  3:03 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-02-09  3:03 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 06, 2017 at 12:30:19PM +0100, Lars Poeschel wrote:

> Albeit it's a typo, neither CONGIG_CMD_STORAGE nor CONFIG_CMD_STORAGE
> are used anywhere, so remove the define from the board configs.
> 
> Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170208/9c1e968a/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-09  3:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-06 11:30 [U-Boot] [PATCH] Remove unused symbol CONGIG_CMD_STORAGE from board configs Lars Poeschel
2017-02-07 17:36 ` Tom Rini
2017-02-09  3:03 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.