From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 23 Oct 2019 11:20:31 -0300 Subject: [U-Boot] [PATCH 2/2] warp7: Remove duplicate "mmc dev" command In-Reply-To: <20191023142031.32321-1-festevam@gmail.com> References: <20191023142031.32321-1-festevam@gmail.com> Message-ID: <20191023142031.32321-2-festevam@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The "mmc dev" command is being called twice. Remove the extra call. Signed-off-by: Fabio Estevam --- include/configs/warp7.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/warp7.h b/include/configs/warp7.h index 9c6ee6997f..f1fc6c714f 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -94,7 +94,6 @@ "fi;\0" \ #define CONFIG_BOOTCOMMAND \ - "mmc dev ${mmcdev};" \ "mmc dev ${mmcdev}; if mmc rescan; then " \ "run do_bootscript_hab;" \ "if run loadbootscript; then " \ -- 2.17.1