diff mbox series

[U-Boot,12/16] AM33XX: etamin: remove CONFIG_DFU_MTD

Message ID 1509020671-1321-13-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 1c0eece3d8a044b00ffebc11153ae6a155959404
Delegated to: Tom Rini
Headers show
Series Remove two unused drivers and unused CONFIG options | expand

Commit Message

Masahiro Yamada Oct. 26, 2017, 12:24 p.m. UTC
This macro is defined, but not referenced by anyone.

I did not touch config_whitelist.txt - the CONFIG will be dropped
by the next re-sync.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 include/configs/etamin.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 28, 2017, 1:58 a.m. UTC | #1
On Thu, Oct 26, 2017 at 09:24:27PM +0900, Masahiro Yamada wrote:

> This macro is defined, but not referenced by anyone.
> 
> I did not touch config_whitelist.txt - the CONFIG will be dropped
> by the next re-sync.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/configs/etamin.h b/include/configs/etamin.h
index c9584ad..7bd2c4a 100644
--- a/include/configs/etamin.h
+++ b/include/configs/etamin.h
@@ -120,7 +120,6 @@ 
 
 
 
-#define CONFIG_DFU_MTD
 #undef COMMON_ENV_DFU_ARGS
 #define COMMON_ENV_DFU_ARGS	"dfu_args=run bootargs_defaults;" \
 				"setenv bootargs ${bootargs};" \