diff options
author | Breno Lima | 2016-12-01 16:37:39 -0200 |
---|---|---|
committer | Stefano Babic | 2016-12-16 10:20:17 +0100 |
commit | b3f276cb6f753a3c1ed66c713500d56713e981b3 (patch) | |
tree | 6519b159927b46e2854fa6409b2b0357859d493a /include/configs/udoo_neo.h | |
parent | 72d900bdbc8bf58d9dfb646ecfcc0882031034ae (diff) |
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>
Diffstat (limited to 'include/configs/udoo_neo.h')
-rw-r--r-- | include/configs/udoo_neo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index cf75186b527..164980fb838 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; " \ |