udoo_neo: Remove mmcautodetect option
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>
This commit is contained in:
parent
72d900bdbc
commit
b3f276cb6f
|
@ -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; " \
|
||||
|
|
Loading…
Reference in New Issue