diff mbox

[U-Boot,4/6] udoo_neo: Remove mmcautodetect option

Message ID 1480617461-9893-4-git-send-email-breno.lima@nxp.com
State Accepted
Commit b3f276cb6f753a3c1ed66c713500d56713e981b3
Delegated to: Stefano Babic
Headers show

Commit Message

Breno Matheus Lima Dec. 1, 2016, 6:37 p.m. UTC
It's not necessary to define the mmcautodetect as it is not used anywhere.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
---
 include/configs/udoo_neo.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Fabio Estevam Dec. 5, 2016, 4:38 p.m. UTC | #1
On Thu, Dec 1, 2016 at 4:37 PM, Breno Lima <breno.lima@nxp.com> wrote:
> It's not necessary to define the mmcautodetect as it is not used anywhere.
>
> Signed-off-by: Breno Lima <breno.lima@nxp.com>

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Stefano Babic Dec. 16, 2016, 9:13 a.m. UTC | #2
On 01/12/2016 19:37, Breno Lima wrote:
> It's not necessary to define the mmcautodetect as it is not used anywhere.
> 
> Signed-off-by: Breno Lima <breno.lima@nxp.com>
> ---
>  include/configs/udoo_neo.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
> index cf75186..164980f 100644
> --- a/include/configs/udoo_neo.h
> +++ b/include/configs/udoo_neo.h
> @@ -40,7 +40,6 @@
>  	"ip_dyn=yes\0" \
>  	"mmcdev=0\0" \
>  	"mmcrootfstype=ext4\0" \
> -	"mmcautodetect=no\0" \
>  	"findfdt="\
>  		"if test $board_name = BASIC; then " \
>  			"setenv fdt_file imx6sx-udoo-neo-basic.dtb; fi; " \
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index cf75186..164980f 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -40,7 +40,6 @@ 
 	"ip_dyn=yes\0" \
 	"mmcdev=0\0" \
 	"mmcrootfstype=ext4\0" \
-	"mmcautodetect=no\0" \
 	"findfdt="\
 		"if test $board_name = BASIC; then " \
 			"setenv fdt_file imx6sx-udoo-neo-basic.dtb; fi; " \