From: Breno Lima Date: Thu, 1 Dec 2016 18:37:39 +0000 (-0200) Subject: udoo_neo: Remove mmcautodetect option X-Git-Tag: v2017.01-rc2~6^2~57 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b3f276cb6f753a3c1ed66c713500d56713e981b3;p=platform%2Fkernel%2Fu-boot.git 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 --- 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; " \