commit | 88c109fea907420b78ca79f63c0220742b0ad891 | [log] [tgz] |
---|---|---|
author | Leonid Lobachev <leonidl@google.com> | Wed Mar 27 17:32:51 2019 -0700 |
committer | Leonid Lobachev <leonidl@google.com> | Wed Mar 27 17:33:24 2019 -0700 |
tree | 0c321b3e05582cefce4815e382b10a5193ae47f0 | |
parent | e2104d248fd5830f509786a323f63d79278acf97 [diff] |
beta-uboot: Enter fastboot automatically See b/128999798 Change-Id: I374d089cf824989177a86a2697685463675a806d
diff --git a/board/freescale/imx8mq_phanbell/imx8m_phanbell.c b/board/freescale/imx8mq_phanbell/imx8m_phanbell.c index d42e2ba..b150456 100644 --- a/board/freescale/imx8mq_phanbell/imx8m_phanbell.c +++ b/board/freescale/imx8mq_phanbell/imx8m_phanbell.c
@@ -347,7 +347,8 @@ "echo Please follow the instructions at g.co/coral/setup.;" "echo;" "echo;" - "mmc partconf 0 0 1 1;"; + "mmc partconf 0 0 1 1;" + "fastboot 0;"; setenv("bootcmd", bootscript); #endif