From b641d662db1a0c3c6b52e8db0eef4ea8176df074 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 27 Dec 2021 14:27:38 +0800
Subject: [PATCH] update buildroot.sh, add multimedia configure support

---
 bsp/images/wintools/win_flash.bat |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bsp/images/wintools/win_flash.bat b/bsp/images/wintools/win_flash.bat
index c77073d..a93b8be 100644
--- a/bsp/images/wintools/win_flash.bat
+++ b/bsp/images/wintools/win_flash.bat
@@ -20,7 +20,7 @@
 echo 1: Download bootloader   [ %IMAGE_UBOOT% ]
 echo 2: Download System Image [ %IMAGE_SYS% ]
 
-set /p choice= Please Input Your Choice:
+set /p choice= Please Input Your Choice: 
 
 if %choice% == 1  uuu -b emmc %IMAGE_UBOOT%
 if %choice% == 2  uuu -b emmc_all %IMAGE_UBOOT% %IMAGE_SYS%

--
Gitblit v1.9.1