From b3f276cb6f753a3c1ed66c713500d56713e981b3 Mon Sep 17 00:00:00 2001 From: Breno Lima Date: Thu, 1 Dec 2016 16:37:39 -0200 Subject: [PATCH] udoo_neo: Remove mmcautodetect option It's not necessary to define the mmcautodetect as it is not used anywhere. Signed-off-by: Breno Lima Reviewed-by: Fabio Estevam --- 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 cf75186b52..164980fb83 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; " \ -- 2.39.2