[U-Boot] [PATCH 4/6] udoo_neo: Remove mmcautodetect option
Breno Lima
breno.lima at nxp.com
Thu Dec 1 19:37:39 CET 2016
It's not necessary to define the mmcautodetect as it is not used anywhere.
Signed-off-by: Breno Lima <breno.lima at 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; " \
--
2.7.4
More information about the U-Boot
mailing list