diff mbox

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

Message ID 20160825151427.9434-2-nsekhar@ti.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Sekhar Nori Aug. 25, 2016, 3:14 p.m. UTC
CONFIG_DFU_RAM is repeated twice in dra7xx_evm.h
file. Remove the duplicate.

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

Comments

Lokesh Vutla Aug. 26, 2016, 5:07 a.m. UTC | #1
On Thursday 25 August 2016 08:44 PM, Sekhar Nori wrote:
> CONFIG_DFU_RAM is repeated twice in dra7xx_evm.h
> file. Remove the duplicate.

Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>

Thanks and regards,
Lokesh

> 
> Signed-off-by: Sekhar Nori <nsekhar@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
>
diff mbox

Patch

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