[U-Boot] [PATCH 1/3] configs: dra7xx: get rid of duplicate #define

Sekhar Nori nsekhar at ti.com
Thu Aug 25 17:14:25 CEST 2016


CONFIG_DFU_RAM is repeated twice in dra7xx_evm.h
file. Remove the duplicate.

Signed-off-by: Sekhar Nori <nsekhar at ti.com>
---
 include/configs/dra7xx_evm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index b66949f4155b..4ea993d3f5db 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -218,7 +218,6 @@
 
 /* USB Device Firmware Update support */
 #define CONFIG_USB_FUNCTION_DFU
-#define CONFIG_DFU_RAM
 
 #define CONFIG_DFU_MMC
 #define CONFIG_DFU_RAM
-- 
2.9.0



More information about the U-Boot mailing list