From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 08 May 2014 11:36:18 +0900 Subject: [U-Boot] [PATCH v5 4/5] samsung: misc: menu: increase delay in menu main loop In-Reply-To: <1398857290-22028-4-git-send-email-p.marczak@samsung.com> References: <1398421254-5958-1-git-send-email-p.marczak@samsung.com> <1398857290-22028-1-git-send-email-p.marczak@samsung.com> <1398857290-22028-4-git-send-email-p.marczak@samsung.com> Message-ID: <536AEDA2.9000909@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30/04/14 20:28, Przemyslaw Marczak wrote: > Increase menu loop delay to 200 ms helps choose the right > menu option by user. Before this, each time key was pressed > the current menu option was changed few times. > Now it changes only once and also changes few times if key > is pressed for a longer time. > > Signed-off-by: Przemyslaw Marczak > Cc: Minkyu Kang > > --- > Changes v2: > - new commit > > Changes v3: > - correct commit message > > Changes v4: > - none > > Changes v5: > - move mdelay() from check_keys() to menu loop > - update commit msg > > --- > board/samsung/common/misc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.